Skip to content

Commit

Permalink
add flags to .codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed May 15, 2024
1 parent f772f3a commit 048bed5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
flags:
unittests:
carryforward: false
integration:
carryforward: false
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
flags: unit
flags: unittests

0 comments on commit 048bed5

Please sign in to comment.