Skip to content

Commit

Permalink
Update arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
abrain committed Nov 21, 2024
1 parent 622ddd8 commit 32bf5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
file: ${{github.workspace}}/build/logs/clover.xml
files: ${{github.workspace}}/build/logs/clover.xml
flags: unit

- name: Upload code coverage to Codecov (integration)
Expand All @@ -119,7 +119,7 @@ jobs:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
file: ${{github.workspace}}/build/logs/clover-integration.xml
files: ${{github.workspace}}/build/logs/clover-integration.xml
flags: integration


Expand Down

0 comments on commit 32bf5fc

Please sign in to comment.