Skip to content

Commit

Permalink
ci: fix test result file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 1, 2024
1 parent f3cd157 commit cec726d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
name: ${{ matrix.os }} unit tests
flags: ${{ matrix.os }}-unit
files: unit.xml,unit-embed.xml
files: unit.xml,unit_embed.xml
verbose: true

- name: Upload results
Expand Down

0 comments on commit cec726d

Please sign in to comment.