Skip to content

Commit

Permalink
fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Oct 8, 2022
1 parent 8aa0db5 commit c7c663f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: ci
on: [pull_request, push]
env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
test:
strategy:
Expand Down Expand Up @@ -60,4 +61,4 @@ jobs:
- name: Test
run: pytest run_tests.py --cov flake8_builtins --cov-report term-missing
- name: Coverage
run: coveralls --service=github || true
run: coveralls --service=github

0 comments on commit c7c663f

Please sign in to comment.