Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley authored Apr 22, 2024
1 parent ed6288e commit 9d6c6a5
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 @@ -64,7 +64,7 @@ jobs:
run: dotnet build --configuration ${{ env.PROJECT_CONFIGURATION }} --no-restore

- name: dotnet test
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --no-restore --verbosity minimal
run: dotnet test --configuration ${{ env.PROJECT_CONFIGURATION }} /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --no-restore --verbosity minimal

- name: Upload coverage reports to Codecov
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 9d6c6a5

Please sign in to comment.