mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 13:00:00 +00:00
add: upload test results to Codecov in GitHub Actions workflow
This commit is contained in:
parent
aedaf09e4b
commit
1c114b59af
5
.github/workflows/run_tests.yml
vendored
5
.github/workflows/run_tests.yml
vendored
@ -25,3 +25,8 @@ jobs:
|
|||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: lcov.info
|
files: lcov.info
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
- name: Upload test results to Codecov
|
||||||
|
if: ${{ !cancelled() }}
|
||||||
|
uses: codecov/test-results-action@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user