Skip to content

Commit

Permalink
"All coverage files that could be found" apparently means "don't try …
Browse files Browse the repository at this point in the history
…to find any files"
  • Loading branch information
Aldaviva committed Nov 7, 2023
1 parent 8b93b78 commit ec07032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnetpackage.yml
Expand Up @@ -47,6 +47,8 @@ jobs:
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
files: Test/TestResults/*/coverage.info
format: lcov

- name: Stop if x64 tests failed
run: exit $env:TEST_EXIT_CODE_X64
Expand Down

0 comments on commit ec07032

Please sign in to comment.