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 2b6fdc6 commit adbb97f
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 @@ -23,7 +23,7 @@ jobs:
- name: Test with Coverlet
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --settings .github/workflows/test.runsettings
env:
COVERLET_OUTPUT: PagBankTest/TestResults/coverage/
COVERLET_OUTPUT: TestResults/coverage/
- name: Generate Coverage Report
run: dotnet tool install -g dotnet-reportgenerator-globaltool
- name: Generate Coverage Report HTML
Expand Down

0 comments on commit adbb97f

Please sign in to comment.