Skip to content

Commit

Permalink
Adjust the codcov target for python unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Woods <[email protected]>
  • Loading branch information
snwoods committed Feb 23, 2024
1 parent 8c34d9b commit 1877fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ coverage:
#
tests:
# Ensure that all tests are executed (tests themselves must be 100% covered)
target: 100%
target: 98%
paths: ["**/test_*.py"]


Expand Down

0 comments on commit 1877fe0

Please sign in to comment.