try with coveralls token in yml ...
This commit is contained in:
parent
0c6b5e01fb
commit
342f3f450b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -70,7 +70,8 @@ jobs:
|
|||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
env:
|
env:
|
||||||
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# Coveralls token. Not used as secret due to github not providing secrets to forked repositories
|
||||||
|
COVERALLS_REPO_TOKEN: 6D1m0xupS3FgutfuGao8keFf9Hc0FpIXu
|
||||||
run: |
|
run: |
|
||||||
# Allow failure for coveralls
|
# Allow failure for coveralls
|
||||||
coveralls -v || true
|
coveralls -v || true
|
||||||
|
Loading…
Reference in New Issue
Block a user