We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0702ab7 commit d5b7011Copy full SHA for d5b7011
.github/workflows/publish-pipeline.yml
@@ -66,7 +66,7 @@ jobs:
66
with:
67
key: coverage-data
68
path: |
69
- '${{ github.workspace }}/MewtocolTests/TestResults/coverage.opencover.xml'
+ ${{ github.workspace }}/MewtocolTests/TestResults
70
71
- name: 'Upload coverage xml to latest release'
72
uses: actions/upload-release-asset@v1
.github/workflows/test-pipeline.yml
@@ -54,4 +54,4 @@ jobs:
54
55
56
57
- '${{ github.workspace }}/MewtocolTests/TestResults/'
0 commit comments