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