We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942c58b commit e579be1Copy full SHA for e579be1
1 file changed
.github/workflows/dotnet.yml
@@ -38,8 +38,7 @@ jobs:
38
with:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
license: ${{ secrets.NDEPENDLICENSE }}
41
- #coveragefolder: ${{ github.workspace }}
42
- coveragefolder: ManagedCode.Storage.IntegrationTests
+ coveragefolder: ${{ github.workspace }}/ManagedCode.Storage.IntegrationTests
43
baseline: main_recent
44
retention-days: 15
45
#stopIfQGFailed: true
0 commit comments