We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced1344 commit 3c5f5ffCopy full SHA for 3c5f5ff
.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
24
run: |
25
dotnet build --configuration Release
26
dotnet test --configuration Release -p:CollectCoverage=true -p:CoverletOutputFormat=opencover --no-restore --verbosity normal
27
+
28
+ dir -recurse
29
30
- name: Upload coverage reports to Codecov
31
uses: codecov/[email protected]
0 commit comments