Skip to content

Commit

Permalink
use files parameter for coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Nov 20, 2024
1 parent 8d28425 commit 801da97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ jobs:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
with:
file: ./coverage.xml
files: ./coverage1.xml,./coverage2.xml
files: ./coverage.xml
directory: ./coverage/reports/
env_vars: OS,PYTHON
fail_ci_if_error: true
Expand Down

0 comments on commit 801da97

Please sign in to comment.