Skip to content

Commit

Permalink
96.263% - test: one more fail-under test
Browse files Browse the repository at this point in the history
I saw this bug against pytest-cov, and thought it was my fault:
pytest-dev/pytest-cov#601, but pytest-cov has
their own comparison and reporting code for fail-under.  Without the
plugin, you won't get a message like "total of X is less than X."  This
test helped confirm that, so we'll keep it.

https://htmlpreview.github.io/?https://github.com/nedbat/coverage-reports/blob/main/reports/20230627_44aa528a44/htmlcov/index.html
44aa528a44: master
  • Loading branch information
nedbat committed Jun 27, 2023
1 parent 9257f39 commit 11bd3a9
Show file tree
Hide file tree
Showing 124 changed files with 54,728 additions and 1 deletion.
2 changes: 1 addition & 1 deletion latest.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<html><head>
<meta http-equiv='refresh' content='0;url=https://htmlpreview.github.io/?https://github.com/nedbat/coverage-reports/blob/main/reports/20230627_9e44b6e605/htmlcov/index.html' />
<meta http-equiv='refresh' content='0;url=https://htmlpreview.github.io/?https://github.com/nedbat/coverage-reports/blob/main/reports/20230627_44aa528a44/htmlcov/index.html' />
<body>Coverage report redirect...

0 comments on commit 11bd3a9

Please sign in to comment.