Skip to content

Commit

Permalink
ci: uhm
Browse files Browse the repository at this point in the history
  • Loading branch information
Fayti1703 committed Apr 26, 2024
1 parent 9371bb4 commit 3737648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
dotnet dotCover cover-dotnet --Output=$HOME/coverage.report -- test
- name: Produce Coverage Report
run: |
ls
ls BinaryMatrixPlayer
cd BinaryMatrixPlayer/BinaryMatrixEngine.Tests
dotnet dotCover report --Source=$HOME/coverage.report --Output=$HOME/coverage.json --ReportType=JSON
- name: Upload Coverage Results
Expand Down

0 comments on commit 3737648

Please sign in to comment.