mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 14:37:24 +00:00
Merge pull request #260 from Star-Teknolog/Codes-Exe-patch-4
Update worklflow.yml
This commit is contained in:
commit
50bd0ef397
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