We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1d4ec commit a2c834eCopy full SHA for a2c834e
.github/workflows/dotnet.yml
@@ -44,6 +44,9 @@ jobs:
44
- name: Run Test
45
run: dotnet test --no-build --configuration Release --coverlet --coverlet-output-format lcov
46
47
+ - name: Find Coverage Files
48
+ run: find ${{github.workspace}} -name "coverage.info" | tee /dev/stderr
49
+
50
- name: Report Coverage
51
if: success()
52
uses: coverallsapp/github-action@v2
0 commit comments