Skip to content

Commit 0cc7425

Browse files
committed
retry to fix coveralls.io
1 parent b9da095 commit 0cc7425

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/_pytest_action.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
- name: Upload coverage
4545
run: |
4646
cd counterparty-core
47-
export COVERALLS_FORCE_BRANCH="${GITHUB_REF_NAME}"
48-
coveralls --submit=./coverage.lcov
47+
coveralls --service=github-actions --submit=./coverage.lcov
4948
env:
50-
GITHUB_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
49+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
5150
COVERALLS_PARALLEL: true

0 commit comments

Comments
 (0)