Skip to content

Commit

Permalink
Add coverlet directly to UnitTest
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid committed Aug 28, 2024
1 parent 932ad6d commit 49d5be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet build --no-restore

- name: Add coverlet dependency
working-directory: NET/coverlet
working-directory: NET/coverlet/UnitTestProject
run: |
dotnet add package coverlet.msbuild; dotnet add package coverlet.collector
Expand Down

0 comments on commit 49d5be4

Please sign in to comment.