Skip to content

Commit

Permalink
#43 Added debug step for TestResults
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill committed Dec 26, 2024
1 parent b5c6633 commit 4b1eddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
dotnet test Tests/LyricsScraperNET.UnitTest --configuration Release --collect:"XPlat Code Coverage" --results-directory ./TestResults
env:
COVERLET_OUTPUT_FORMAT: cobertura
- name: Debug Test Results
run: ls -R ./TestResults
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 4b1eddd

Please sign in to comment.