Skip to content

Commit

Permalink
Fix CI with coverlet
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Apr 19, 2020
1 parent ea491c9 commit c29996e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet test src -c Release

- name: Coverlet
run: dotnet test src -c Release -f netcoreapp2.1 /p:Include=\"[${{env.PROJECT_NAME}}]*\" /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
run: dotnet test src -c Release -f netcoreapp3.1 /p:Include=\"[${{env.PROJECT_NAME}}]*\" /p:CollectCoverage=true /p:CoverletOutputFormat=lcov

- name: Coveralls Upload
uses: coverallsapp/github-action@v1.0.1
Expand Down

0 comments on commit c29996e

Please sign in to comment.