Skip to content

Commit

Permalink
#13 Fix coverage data
Browse files Browse the repository at this point in the history
  • Loading branch information
roskakori committed Nov 15, 2024
1 parent 4c73ce1 commit 54cf057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
CHECK_DONE_GITHUB_APP_PRIVATE_KEY: |
${{ secrets.CHECK_DONE_GITHUB_APP_PRIVATE_KEY }}
run: |
poetry run pytest --cov=check-done --cov-branch
poetry run pytest --cov=check_done --cov-branch
check-style:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 54cf057

Please sign in to comment.