Compare commits

...
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -34,6 +34,8 @@ jobs:
tox -r -e cov
- name: Codecov
uses: codecov/codecov-action@v1.0.6
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
flags: unittests
file: ./coverage.xml
+1 -1
View File
@@ -5,7 +5,7 @@ flake8-docstrings==1.5.0
pre-commit==2.6.0
pylint==2.5.3
pydocstyle==5.0.2
pytest==6.0.1
pytest==6.1.1
pytest-cov==2.10.1
pytest-sugar==0.9.4
pytest-timeout==1.4.2