Skip to content

Commit

Permalink
fix(lint): try to fix linting error from coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
savon-noir committed Sep 1, 2022
1 parent 20ef8ff commit 41a995a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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
coveralls --service=gihtub
coveralls:
name: Finish Coveralls
needs: test
Expand Down

0 comments on commit 41a995a

Please sign in to comment.