Skip to content

Commit

Permalink
Enforce full coverage for CloudPub
Browse files Browse the repository at this point in the history
This commit enforces the full coverage for CloudPub as it's a
dependency for the `pubtool-marketplacesvm`.

Since the Pub and its related tools heavily rely on unit-tests it's
expected to have them enforced in 100%.
  • Loading branch information
JAVGan committed Feb 16, 2023
1 parent 56aa006 commit 2d675d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[report]
show_missing = True
fail_under = 90
fail_under = 100
exclude_lines =
pragma: no cover
if __name__ == .__main__.:
Expand Down

0 comments on commit 2d675d3

Please sign in to comment.