Skip to content

Commit

Permalink
pytest: Lower percentage to 75%
Browse files Browse the repository at this point in the history
So...personally, I think unit testing most of the coreos-assembler code
in practice is not very useful.  We have good integration tests
that cover things.
  • Loading branch information
cgwalters committed Apr 13, 2022
1 parent 34106bc commit 4ac818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
addopts = --cov=cosalib.cli --cov=cosalib.meta --cov=cosalib.cmdlib --cov-report term --cov-fail-under=80
addopts = --cov=cosalib.cli --cov=cosalib.meta --cov=cosalib.cmdlib --cov-report term --cov-fail-under=75

0 comments on commit 4ac818f

Please sign in to comment.