Skip to content

Commit

Permalink
ci: fix coverlet execution
Browse files Browse the repository at this point in the history
  • Loading branch information
raczu committed Mar 14, 2024
1 parent 8cad152 commit ebd9ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run coverlet
run: |
TEST_ASSEMBLY=$(find ./Server/ReasnAPI/ReasnAPI.Tests -name "ReasnAPI.Tests.dll")
coverlet $TEST_ASSEMBLY --target "dotnet" --targetargs "test --no-build"
coverlet "$TEST_ASSEMBLY" --target "dotnet" --targetargs "test --no-build"
- name: Upload dotnet test results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ebd9ed1

Please sign in to comment.