mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 12:30:19 +00:00
fix codecov
This commit is contained in:
parent
51539e102b
commit
ecdfcb3852
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
- name: Unit Test with Coverage
|
- name: Unit Test with Coverage
|
||||||
run: bash run_tests.sh
|
run: bash run_tests.sh
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
directory: .coverage
|
directory: .coverage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user