Skip to content

Commit 21f32c8

Browse files
committed
Update CI environment
1 parent f1c9e47 commit 21f32c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Results
100100
- name: Upload Results
101101
if: success()
102-
uses: codecov/codecov-action@v1
102+
uses: codecov/codecov-action@v3
103103
with:
104104
file: ./coverage.xml
105105
flags: unittests

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ passenv = LANG,TOX_SPELL_PATH,TOX_SPELL_REQUIRE,HOME
88
deps=
99
-rrequirements/tests.txt
1010
commands=
11-
{envbindir}/py.test --cov pyspelling --cov-append {toxinidir}
12-
{envbindir}/coverage html -d {envtmpdir}/coverage
13-
{envbindir}/coverage xml
14-
{envbindir}/coverage report --show-missing
11+
{envpython} -m pytest --cov pyspelling --cov-append {toxinidir}
12+
{envpython} -m coverage html -d {envtmpdir}/coverage
13+
{envpython} -m coverage xml
14+
{envpython} -m coverage report --show-missing
1515

1616
[testenv:documents]
1717
deps=

0 commit comments

Comments
 (0)