File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 66
66
- store_test_results :
67
67
path : test-reports
68
68
- run :
69
- name : " Collecting coverage reports"
70
- command : bash <(curl -s https://codecov.io/bash) -f ./coverage.xml || echo "Codecov did not collect coverage reports"
69
+ name : Collecting coverage reports
70
+ command : |
71
+ curl -Os https://uploader.codecov.io/latest/linux/codecov
72
+ curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
73
+ curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
74
+ curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
75
+ gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
76
+ shasum -a 256 -c codecov.SHA256SUM
77
+ chmod +x ./codecov
78
+ ./codecov
71
79
check-code-style :
72
80
docker :
73
81
- image : *default-python
Original file line number Diff line number Diff line change 1
1
## 1.27.0 [ unreleased]
2
2
3
+ ### CI
4
+ 1 . [ #411 ] ( https://github.com/influxdata/influxdb-client-python/pull/411 ) : Use new Codecov uploader for reporting code coverage
5
+
3
6
## 1.26.0 [ 2022-02-18]
4
7
5
8
### Breaking Changes
You can’t perform that action at this time.
0 commit comments