From a361afa4dc57d90b9bcbc9abf4ceecb0aa5ee30f Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Tue, 22 Feb 2022 08:38:27 +0100 Subject: [PATCH 1/2] chore(ci): use new codecov uploader for reporting code coverage --- .circleci/config.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 98e32e1d..95f2a581 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,8 +66,16 @@ jobs: - store_test_results: path: test-reports - run: - name: "Collecting coverage reports" - command: bash <(curl -s https://codecov.io/bash) -f ./coverage.xml || echo "Codecov did not collect coverage reports" + name: Collecting coverage reports + command: | + curl -Os https://uploader.codecov.io/latest/linux/codecov + curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM + curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig + curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import + gpgv codecov.SHA256SUM.sig codecov.SHA256SUM + shasum -a 256 -c codecov.SHA256SUM + chmod +x ./codecov + ./codecov check-code-style: docker: - image: *default-python From 0c9c8cfc43b03f1c5a3123d6b5ea9c7660258e1b Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Tue, 22 Feb 2022 08:42:12 +0100 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d2052a8..012bab60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 1.27.0 [unreleased] +### CI + 1. [#411](https://github.com/influxdata/influxdb-client-python/pull/411): Use new Codecov uploader for reporting code coverage + ## 1.26.0 [2022-02-18] ### Breaking Changes pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy