diff --git a/.github/workflows/setup_matlab.yml b/.github/workflows/setup_matlab.yml index cddaf34..61b44a9 100644 --- a/.github/workflows/setup_matlab.yml +++ b/.github/workflows/setup_matlab.yml @@ -24,4 +24,8 @@ jobs: name: test-artifacts path: | test-results/results.xml - code-coverage/coverage.xml \ No newline at end of file + code-coverage/coverage.xml + - name: Run code coverage tests + uses: codecov/codecov-action@v4 + with: + file: code-coverage/coverage.xml