Skip to content

Commit

Permalink
Check output
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid committed Aug 28, 2024
1 parent badc490 commit 7076371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
working-directory: NET/coverlet
run: dotnet build --no-restore

- name: Change directory to test project
- name: Add coverlet dependency
working-directory: NET/coverlet
run: |
dotnet add package coverlet.msbuild
- name: Run tests with code coverage
run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=./.qodana/code-coverage /p:CoverletOutputFormat=lcov
run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=.qodana/code-coverage /p:CoverletOutputFormat=lcov; ls -la
working-directory: NET/coverlet

- name: Archive coverage data
Expand Down

0 comments on commit 7076371

Please sign in to comment.