Skip to content

Commit

Permalink
chore: bump orgoro/coverage action to use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Jul 23, 2024
1 parent 9b6677b commit 9dc220a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
coverage run --source=fingerprint_pro_server_api_sdk -m pytest
coverage xml
- name: Get Cover
uses: orgoro/coverage@d77626a5fa35d39123e86d6c62907fabe2491496
uses: orgoro/coverage@3f13a558c5af7376496aa4848bf0224aead366ac
with:
coverageFile: ./coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9dc220a

Please sign in to comment.