mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
fix codecov CI
This commit is contained in:
parent
3048e0dde7
commit
6f87f38789
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@v4
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
directory: .coverage
|
directory: .coverage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user