mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
added test result saving
This commit is contained in:
9
.github/workflows/test-pipeline.yml
vendored
9
.github/workflows/test-pipeline.yml
vendored
@@ -47,4 +47,11 @@ jobs:
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
- name: Cache test results
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
key: coverage-xml
|
||||
path: |
|
||||
'${{ github.workspace }}/MewtocolTests/coverage.opencover.xml'
|
||||
Reference in New Issue
Block a user