This repository was archived by the owner on Jan 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ cppcheck JUnit Converter
1010.. image :: https://codeclimate.com/github/johnthagen/cppcheck-junit/badges/issue_count.svg
1111 :target: https://codeclimate.com/github/johnthagen/cppcheck-junit
1212
13- .. image :: https://codecov.io/github/johnthagen/cppcheck-junit/coverage.svg
14- :target: https://codecov.io/github/johnthagen/cppcheck-junit
15-
1613.. image :: https://img.shields.io/pypi/v/cppcheck-junit.svg
1714 :target: https://pypi.python.org/pypi/cppcheck-junit
1815
Original file line number Diff line number Diff line change @@ -21,15 +21,12 @@ skip_missing_interpreters = true
2121isolated_build = true
2222
2323[testenv]
24- passenv = CI TRAVIS TRAVIS_*
2524deps =
2625 -r{toxinidir}/requirements.txt
2726 -r{toxinidir}/dev-requirements.txt
28- codecov
2927
3028commands =
31- python -bb -m pytest --cov =./ test.py
32- codecov -e TOXENV
29+ python -bb -m pytest --cov =./ --cov-report =html --cov-report =term --cov-fail-under =100 test.py
3330
3431# TODO: Get mypy checking to pass.
3532[testenv:type-check]
You can’t perform that action at this time.
0 commit comments