Skip to content

Commit

Permalink
Add codeov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stoops committed Dec 29, 2024
1 parent 7c52b35 commit 3e2ba6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# https://docs.codecov.com/docs/commit-status
coverage:
status:
project:
default:
target: 99.5%
threshold: 0%
if_ci_failed: error
1 change: 0 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@main
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 3e2ba6e

Please sign in to comment.