Skip to content

Commit ac1ab9a

Browse files
authored
Merge pull request #1 from nipunsadvilkar/master
Synced with upstream master.
2 parents 72b4504 + 183d78f commit ac1ab9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ jobs:
4040
pip install pytest-cov
4141
pytest --cov=pysbd tests/ --color yes --cov-report=xml --cov-report=html
4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v1.0.7
43+
uses: codecov/codecov-action@v1
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
file: ./coverage.xml
4747
flags: unittests
4848
env_vars: OS,PYTHON
4949
name: codecov-umbrella
5050
fail_ci_if_error: true
51+

0 commit comments

Comments
 (0)