Skip to content

Commit

Permalink
chore: fix file in coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
alxdrcirilo committed Dec 1, 2023
1 parent 3c0b406 commit a8690fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
- name: Run tests with coverage
run: |
pytest --cov=checkers
coverage lcov
- name: Upload coverage to Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
file: .coverage
file: coverage.lcov

0 comments on commit a8690fb

Please sign in to comment.