Skip to content

Commit

Permalink
Fix CodeCov (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Apr 20, 2024
1 parent 64b87fa commit 0431aff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ jobs:
name: Upload Coverage Report
needs: buildandtest
uses: StanfordBDHG/.github/.github/workflows/create-and-upload-coverage-report.yml@v2
permissions:
contents: read
with:
coveragereports: Balance.xcresult
secrets:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0431aff

Please sign in to comment.