diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ba9ac1..4c77814 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,12 @@ jobs: - name: Run tests with coverage run: make test-coverage-and-junit + - name: 'Upload Artifact' + uses: actions/upload-artifact@v4 + with: + name: junit.xml + path: junit.xml + - name: Upload test results to Codecov uses: codecov/test-results-action@v1 with: