We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e7389 commit acdcefeCopy full SHA for acdcefe
.github/workflows/setup_matlab.yml
@@ -15,3 +15,6 @@ jobs:
15
test-results-junit: test-results/results.xml
16
code-coverage-cobertura: code-coverage/coverage.xml
17
source-folder: .
18
+ - uses: codecov/codecov-action@v4
19
+ with:
20
+ file: coverage.xml
0 commit comments