From 7c45b21aa731f5e0c3316219b67494e2b0973d2c Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Thu, 20 Apr 2023 00:11:43 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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