Skip to content

Commit

Permalink
Codecov fix warning, informational (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoido authored Aug 25, 2020
1 parent 0ab6757 commit 6d43be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/codecov.yml → .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
coverage:
precision: 2
precision: 1
round: down
range: "50...75"
status:
project:
target: 80%
threshold: 5%
base: auto
informational: true
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,4 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
yml: ./ci/codecov.yml
file: ./coverage.txt

0 comments on commit 6d43be5

Please sign in to comment.