Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou authored Sep 1, 2022
1 parent 23380db commit 1e384bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload scoverage reports to codecov.io
uses: codecov/codecov-action@v3
with:
file: ./out/*/*/scoverage/xmlReport.dest/scoverage.xml
files: ./out/core/0.10/scoverage/xmlReport.dest/scoverage.xml, ./out/core/0.9/scoverage/xmlReport.dest/scoverage.xml, ./out/core/0.7/scoverage/xmlReport.dest/scoverage.xml, ./out/core/0.6/scoverage/xmlReport.dest/scoverage.xml
continue-on-error: true

publish:
Expand Down

0 comments on commit 1e384bd

Please sign in to comment.