Skip to content

Commit

Permalink
Merge pull request #33 from Stoops-ML/codecov
Browse files Browse the repository at this point in the history
Add codeov.yml
  • Loading branch information
Stoops-ML authored Dec 29, 2024
2 parents 7c52b35 + 3e2ba6e commit af65fb7
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 af65fb7

Please sign in to comment.