Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 786abf4

Browse files
committed
Drop codecov
1 parent 2a22600 commit 786abf4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ skip_missing_interpreters = true
2121
isolated_build = true
2222

2323
[testenv]
24-
passenv = CI TRAVIS TRAVIS_*
2524
deps =
2625
-r{toxinidir}/requirements.txt
2726
-r{toxinidir}/dev-requirements.txt
28-
codecov
2927

3028
commands =
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]

0 commit comments

Comments
 (0)