Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

Commit 6cd9b34

Browse files
authored
chore(ci): use new codecov uploader for reporting code coverage (#66)
1 parent 80da313 commit 6cd9b34

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,16 @@ jobs:
106106
jdk-version: << parameters.jdk-version >>
107107
- storing-test-results
108108
- run:
109-
name: "Collecting coverage reports"
110-
command: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
109+
name: Collecting coverage reports
110+
command: |
111+
curl -Os https://uploader.codecov.io/latest/linux/codecov
112+
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
113+
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
114+
curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
115+
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
116+
shasum -a 256 -c codecov.SHA256SUM
117+
chmod +x ./codecov
118+
./codecov
111119
112120
end-to-end:
113121
machine:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
### Others
44
1. [#65](https://github.com/influxdata/nifi-influxdb-bundle/pull/65): Update to Apache NiFi 1.15.3
55

6+
### CI
7+
1. [#66](https://github.com/influxdata/nifi-influxdb-bundle/pull/66): Use new Codecov uploader for reporting code coverage
8+
69
## v1.15.0 [2022-01-20]
710

811
### Others

0 commit comments

Comments
 (0)