Skip to content

Commit

Permalink
fix(lint): try to fix linting error from coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
savon-noir committed Sep 1, 2022
1 parent 41a995a commit 6fe33e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preflight_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
COVERALLS_FLAG_NAME: ${{ matrix.python-version }}
COVERALLS_PARALLEL: true
run: |
coveralls --service=gihtub
coveralls --service=github
coveralls:
name: Finish Coveralls
needs: test
Expand All @@ -71,6 +71,6 @@ jobs:
- name: Finished
run: |
pip3 install --upgrade coveralls
coveralls --finish
coveralls --finish --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6fe33e7

Please sign in to comment.