Skip to content

Commit ccb67e1

Browse files
committed
migrade from codecov to coveralls
1 parent f06b20a commit ccb67e1

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

.github/workflows/main.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@ jobs:
4747
- name: tox
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
run: tox -e py,lint,coveralls,release
50+
run: tox -e py,lint,release
51+
52+
- uses: codecov/codecov-action@v2
53+
with:
54+
name: ${{ matrix.os }}_${{ matrix.python-version}}
55+
fail_ci_if_error: true
56+
verbose: true
5157

5258
- name: upload dist
5359
uses: actions/upload-artifact@v2

README.rst

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
|_|_|_\___/\__,_\___|_| |_||_|_/__\___|
77

88

9-
.. image:: https://img.shields.io/coveralls/github/PyCQA/modernize?label=coveralls&logo=coveralls
10-
:alt: Coveralls
11-
:target: https://coveralls.io/github/PyCQA/modernize
129
.. image:: https://img.shields.io/readthedocs/modernize?logo=read-the-docs
1310
:alt: Read the Docs
1411
:target: https://modernize.readthedocs.io/en/latest/

pyproject.toml

-7
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,6 @@ wheel_build_env = build
9797
# empty environment to build universal wheel once per tox invocation
9898
# https://github.com/ionelmc/tox-wheel#build-configuration
9999
100-
[testenv:coveralls]
101-
passenv = GITHUB_*
102-
deps =
103-
coveralls
104-
coverage>=5.3
105-
commands = coveralls
106-
107100
[testenv:lint]
108101
deps = pre-commit
109102
commands = pre-commit run --all-files --show-diff-on-failure {posargs}

0 commit comments

Comments
 (0)