Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
matmiranda committed Aug 2, 2023
1 parent eb88515 commit b00af77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test with Coverlet
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --settings test.runsettings
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --settings .github/workflows/test.runsettings
env:
COVERLET_OUTPUT: PagBankTest/TestResults/coverage/
- name: Generate Coverage Report
Expand Down

0 comments on commit b00af77

Please sign in to comment.