We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f1d60 commit 74bd42cCopy full SHA for 74bd42c
tests/demo_code.py
@@ -1,6 +1,6 @@
1
# stdlib
2
-import sys
3
import platform
+import sys
4
5
if sys.version_info < (3, 8): # pragma: no cover (py38+)
6
pass
tests/test_plugin_/test_plugin_3_10_.txt
@@ -1,5 +1,5 @@
Name Stmts Miss Cover
----------------------------------------
-tests/demo_code.py 2 0 100%
+tests/demo_code.py 3 0 100%
-TOTAL 2 0 100%
+TOTAL 3 0 100%
0 commit comments