diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b37e7f00..e4599c64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,3 +70,9 @@ jobs: coverage report coverage xml if: success() || failure() + + - name: Publish coverage report + uses: orgoro/coverage@v3 + with: + coverageFile: coverage.xml + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file