Compare commits
2
Commits
dev
...
codecov-token
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a435a5281b | ||
|
|
a2eb04ceee |
@@ -34,6 +34,8 @@ jobs:
|
|||||||
tox -r -e cov
|
tox -r -e cov
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
uses: codecov/codecov-action@v1.0.6
|
uses: codecov/codecov-action@v1.0.6
|
||||||
|
env:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
with:
|
with:
|
||||||
flags: unittests
|
flags: unittests
|
||||||
file: ./coverage.xml
|
file: ./coverage.xml
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ flake8-docstrings==1.5.0
|
|||||||
pre-commit==2.6.0
|
pre-commit==2.6.0
|
||||||
pylint==2.5.3
|
pylint==2.5.3
|
||||||
pydocstyle==5.0.2
|
pydocstyle==5.0.2
|
||||||
pytest==6.0.1
|
pytest==6.1.1
|
||||||
pytest-cov==2.10.1
|
pytest-cov==2.10.1
|
||||||
pytest-sugar==0.9.4
|
pytest-sugar==0.9.4
|
||||||
pytest-timeout==1.4.2
|
pytest-timeout==1.4.2
|
||||||
|
|||||||
Reference in New Issue
Block a user