Update ci.yml

This commit is contained in:
Nicholas Tindle
2023-04-20 00:11:43 -05:00
parent bcda3c1a32
commit 7c45b21aa7

View File

@@ -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 }}