Skip to content

Commit

Permalink
chore(ci): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alxdrcirilo committed Dec 1, 2023
1 parent bb4091d commit 94a74b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run tests with coverage
run: |
pytest --cov=checkers
coverage lcov
coverage lcov -o coverage.lcov
- name: Upload coverage to Coveralls
uses: coverallsapp/[email protected]
Expand Down

0 comments on commit 94a74b3

Please sign in to comment.