Skip to content

Commit

Permalink
Testing further changes (with github-actions, expected to fail, but h…
Browse files Browse the repository at this point in the history
…oping for an alternative error message) to the arguments for execution of coveralls based on lemurheavy/coveralls-public/issues/1607.
  • Loading branch information
Zoophobus committed May 12, 2023
1 parent f6f8480 commit 7b3d7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
# https://github.com/TheKevJames/coveralls-python/issues/252
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_SERVICE_NAME: github
COVERALLS_SERVICE_NAME: github-actions
run: |
coveralls --service=github-actions
coveralls
deploy-development:
# Make sure to only run a deploy if all tests pass.
Expand Down

0 comments on commit 7b3d7e4

Please sign in to comment.