Skip to content

Commit

Permalink
Fixes an issue with code coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
isFakeAccount committed Jul 7, 2024
1 parent e3e376f commit 27fdaf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand Down

0 comments on commit 27fdaf3

Please sign in to comment.