We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c512f3 commit 71c9295Copy full SHA for 71c9295
.github/workflows/python-package.yml
@@ -40,11 +40,12 @@ jobs:
40
pip install pytest-cov
41
pytest --cov=pysbd tests/ --color yes --cov-report=xml --cov-report=html
42
- name: Upload coverage to Codecov
43
- uses: codecov/codecov-action@v1.0.7
+ uses: codecov/codecov-action@v1
44
with:
45
token: ${{ secrets.CODECOV_TOKEN }}
46
file: ./coverage.xml
47
flags: unittests
48
env_vars: OS,PYTHON
49
name: codecov-umbrella
50
fail_ci_if_error: true
51
+
0 commit comments