Skip to content

Commit

Permalink
Experimenting with coveralls service_names to solve coveralls error b…
Browse files Browse the repository at this point in the history
…ased on COVERALLS_REPO_TOKEN, based on response to issue #1607 of lemurheavy owner coveralls-public repository (lemurheavy/coveralls-public#1607).
  • Loading branch information
Zoophobus committed May 12, 2023
1 parent 6a1f5c1 commit 4d1175c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
run: |
coveralls
coveralls --service=github-actions
deploy-development:
# Make sure to only run a deploy if all tests pass.
Expand Down

0 comments on commit 4d1175c

Please sign in to comment.