Skip to content

Commit 9b1ef44

Browse files
committed
docs: update CHANGELOG.md
1 parent 62c7d19 commit 9b1ef44

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
curl -Os https://uploader.codecov.io/latest/linux/codecov
139139
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
140140
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
141-
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
141+
curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
142142
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
143143
shasum -a 256 -c codecov.SHA256SUM
144144
chmod +x ./codecov

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 4.4.0 [unreleased]
22

3+
### CI
4+
1. [#304](https://github.com/influxdata/influxdb-client-java/pull/304): Use new Codecov uploader for reporting code coverage
5+
36
## 4.3.0 [2022-02-18]
47

58
### Bug Fixes

0 commit comments

Comments
 (0)