From 6d43be5c78945f8c4219d73bb8b9f507d5b40560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Pokorn=C3=BD?= Date: Tue, 25 Aug 2020 22:08:37 +0200 Subject: [PATCH] Codecov fix warning, informational (#17) --- {ci => .github}/codecov.yml | 3 ++- .github/workflows/go.yml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) rename {ci => .github}/codecov.yml (74%) diff --git a/ci/codecov.yml b/.github/codecov.yml similarity index 74% rename from ci/codecov.yml rename to .github/codecov.yml index bd96b19..479d4a9 100644 --- a/ci/codecov.yml +++ b/.github/codecov.yml @@ -1,5 +1,5 @@ coverage: - precision: 2 + precision: 1 round: down range: "50...75" status: @@ -7,3 +7,4 @@ coverage: target: 80% threshold: 5% base: auto + informational: true diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0ae0fdb..4f8e81f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -113,5 +113,4 @@ jobs: uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} - yml: ./ci/codecov.yml file: ./coverage.txt