Skip to content

Commit

Permalink
ci: collect coverage (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk authored Nov 4, 2022
1 parent 20c7446 commit 05e6ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet build -c Release --no-restore --nologo /p:CopyLocalLockFileAssemblies=true

- name: dotnet test
run: dotnet test -c Release --no-build --nologo
run: dotnet test -c Release --no-build --nologo /p:CollectCoverage=true /p:CoverletOutput=./coverage/ /p:CoverletOutputFormat=lcov

- name: Send reports to Codeclimate
uses: paambaati/[email protected]
Expand Down

0 comments on commit 05e6ae0

Please sign in to comment.