Skip to content

Commit

Permalink
configure codecov
Browse files Browse the repository at this point in the history
- split project status into package and tests
- split patch status, too
  • Loading branch information
orbeckst committed Sep 13, 2024
1 parent 2815e10 commit eadcb08
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
codecov:
branch: main

coverage:
status:
project:
default: false
tests:
paths: "tests/"
target: 100%
package:
paths: "gromacs/"
patch:
default: false
test:
paths: "tests/"
target: 100%
threshold: 0%
package:
paths: "gromacs/"
target: auto
threshold: 0%

0 comments on commit eadcb08

Please sign in to comment.