Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed May 6, 2021
1 parent 882c463 commit c3477ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -70,7 +70,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/coverage_xml/main.xml
files: ./build/coverage_xml/main.xml, ./build/coverage_xml/*.xml
directory: ./build/coverage_xml/
fail_ci_if_error: true

Expand Down

0 comments on commit c3477ea

Please sign in to comment.