Skip to content

Commit

Permalink
Publish test results as lcov format
Browse files Browse the repository at this point in the history
  • Loading branch information
drmathias committed Aug 26, 2023
1 parent 289a9a4 commit 0c60c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build
run: dotnet build -c Release
- name: Test
run: dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
run: dotnet test -c Release --no-build --collect:"XPlat Code Coverage;Format=lcov"
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2

0 comments on commit 0c60c6d

Please sign in to comment.