mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 12:07:25 +00:00
Update worklflow.yml
Signed-off-by: Erçetin Güler <ercetinguler@hotmail.com>
This commit is contained in:
parent
db71b1849f
commit
cb93377faa
1 changed files with 1 additions and 1 deletions
2
.github/iş kolları/worklflow.yml
vendored
2
.github/iş kolları/worklflow.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
pip install pytest-cov
|
||||
pytest --cov=./ --cov-report=xml
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
directory: ./coverage/reports/
|
||||
|
|
|
|||
Loading…
Reference in a new issue