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 2c01aab commit e95e650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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: TestResults/Coverage/
COVERLET_OUTPUT: PagBankTest/TestResults/Coverage/
- name: Generate Coverage Report
run: dotnet tool install -g dotnet-reportgenerator-globaltool
- name: Generate Coverage Report HTML
Expand All @@ -34,3 +34,4 @@ jobs:
name: coverage-report
path: ${{ github.workspace }}/${{ env.COVERLET_OUTPUT }}/report


0 comments on commit e95e650

Please sign in to comment.