Skip to content

Commit

Permalink
Fixed Github action job
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutierrez committed Oct 15, 2023
1 parent 94250f1 commit fc795df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Install dotCover
run: dotnet tool install JetBrains.dotCover.GlobalTool -g
- name: Run Tests
run: (cd Nyx.Tests && dotnet dotcover test --dcOutput=NyxCoverageReport.html --dcReportType=HTML)
run: (cd Nixie.Tests && dotnet dotcover test --dcOutput=NixieCoverageReport.html --dcReportType=HTML)
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: |
Nyx.Tests/NyxCoverageReport
Nyx.Tests/NyxCoverageReport.html
Nixie.Tests/NixieCoverageReport
Nixie.Tests/NixieCoverageReport.html

0 comments on commit fc795df

Please sign in to comment.