Skip to content

Commit

Permalink
Remove the action to publish the test results (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nachtjasmin authored Jan 25, 2024
1 parent 6f2d046 commit c426f65
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,5 @@ jobs:
- name: Run tests with coverage
run: dotnet test --no-restore --collect:"XPlat Code Coverage" /p:CoverletOutputFormat=opencover --logger trx --results-directory "test-results"

- name: Publish test results (${{ matrix.dotnet-version }})
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
comment_mode: off
files: |
test-results/**/*.trx
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit c426f65

Please sign in to comment.