File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 47
47
- name : tox
48
48
env :
49
49
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
- run : tox -e py,lint,release # coveralls
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
51
57
52
58
- name : upload dist
53
59
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 6
6
|_|_|_\___/\__,_\___|_| |_||_|_/__\___|
7
7
8
8
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
12
9
.. image :: https://img.shields.io/readthedocs/modernize?logo=read-the-docs
13
10
:alt: Read the Docs
14
11
:target: https://modernize.readthedocs.io/en/latest/
Original file line number Diff line number Diff line change @@ -98,19 +98,11 @@ wheel_build_env = build
98
98
# empty environment to build universal wheel once per tox invocation
99
99
# https://github.com/ionelmc/tox-wheel#build-configuration
100
100
101
- [testenv:coveralls]
102
- passenv = GITHUB_*
103
- deps =
104
- coveralls
105
- coverage>=5.3
106
- commands = coveralls
107
-
108
101
[testenv:lint]
109
102
deps = pre-commit
110
103
commands = pre-commit run --all-files --show-diff-on-failure {posargs}
111
104
skip_install = true
112
105
113
-
114
106
[testenv:release]
115
107
deps = pep517
116
108
whitelist_externals =
You can’t perform that action at this time.
0 commit comments