diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d80aabcd..c4f9cac9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: if: ${{ !cancelled() }} uses: codecov/test-results-action@v1 with: - files: junit.xml + files: target/nextest/ci/junit.xml fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} - run: git add . && git diff diff --git a/.gitignore b/.gitignore index bc9f2bb7..e18a3be9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,4 @@ target output.log *.wasm -lcov.info -junit.xml \ No newline at end of file +lcov.info \ No newline at end of file