Skip to content

Commit

Permalink
ci: add .codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Jan 18, 2024
1 parent 5e02b01 commit 71f5303
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
coverage:
status:
project:
default:
target: auto
threshold: 1%
if_ci_failed: ignore #success, failure, error, ignore
informational: false
only_pulls: false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tests_data/assembly.fa.fxi
tests_data/outdir/cam.pdf
nohup.out
codecov*
!.codecov.yml

# vscode
.vscode
Expand Down

0 comments on commit 71f5303

Please sign in to comment.