Skip to content

Commit a2c834e

Browse files
committed
Update dotnet.yml
1 parent ed1d4ec commit a2c834e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Run Test
4545
run: dotnet test --no-build --configuration Release --coverlet --coverlet-output-format lcov
4646

47+
- name: Find Coverage Files
48+
run: find ${{github.workspace}} -name "coverage.info" | tee /dev/stderr
49+
4750
- name: Report Coverage
4851
if: success()
4952
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)