added test result saving

This commit is contained in:
Felix Weiß
2023-06-16 14:18:51 +02:00
parent 7bd07bb520
commit a9bd792af1
2 changed files with 25 additions and 3 deletions

View File

@@ -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'