Skip to content

Commit 3c5f5ff

Browse files
committed
Recurse to fix problem with code coverage
1 parent ced1344 commit 3c5f5ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: |
2525
dotnet build --configuration Release
2626
dotnet test --configuration Release -p:CollectCoverage=true -p:CoverletOutputFormat=opencover --no-restore --verbosity normal
27+
28+
dir -recurse
2729
2830
- name: Upload coverage reports to Codecov
2931
uses: codecov/[email protected]

0 commit comments

Comments
 (0)