Skip to content

Commit

Permalink
Update CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Feb 17, 2023
1 parent f1c9e47 commit 21f32c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# Results
- name: Upload Results
if: success()
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
flags: unittests
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ passenv = LANG,TOX_SPELL_PATH,TOX_SPELL_REQUIRE,HOME
deps=
-rrequirements/tests.txt
commands=
{envbindir}/py.test --cov pyspelling --cov-append {toxinidir}
{envbindir}/coverage html -d {envtmpdir}/coverage
{envbindir}/coverage xml
{envbindir}/coverage report --show-missing
{envpython} -m pytest --cov pyspelling --cov-append {toxinidir}
{envpython} -m coverage html -d {envtmpdir}/coverage
{envpython} -m coverage xml
{envpython} -m coverage report --show-missing

[testenv:documents]
deps=
Expand Down

0 comments on commit 21f32c8

Please sign in to comment.