mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +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
|
pip install pytest-cov
|
||||||
pytest --cov=./ --cov-report=xml
|
pytest --cov=./ --cov-report=xml
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
directory: ./coverage/reports/
|
directory: ./coverage/reports/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue