circuitpython/tests/feature_check/coverage.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
80 B
Python
Raw Permalink Normal View History

try:
extra_coverage
2021-03-15 09:57:36 -04:00
print("coverage")
except NameError:
2021-03-15 09:57:36 -04:00
print("no")