Skip to content

Commit

Permalink
fix test report file names in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
litenova committed Nov 26, 2023
1 parent d32a9e4 commit 39de92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload to Codecov
uses: codecov/codecov-action@v3
with:
files: ./tests/LiteBus.Commands.UnitTests/coverage.cobertura.xml, ./tests/LiteBus.Events.UnitTests/coverage.cobertura.xml, ./tests/LiteBus.Queries.UnitTests/coverage.cobertura.xml, ./tests/LiteBus.UnitTests/coverage.cobertura.xml
files: ./tests/LiteBus.Commands.UnitTests/coverage.opencover.xml, ./tests/LiteBus.Events.UnitTests/coverage.opencover.xml, ./tests/LiteBus.Queries.UnitTests/coverage.opencover.xml, ./tests/LiteBus.UnitTests/coverage.opencover.xml
flags: unittests
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 39de92d

Please sign in to comment.