Use github-actions as service name

This commit is contained in:
Matthias 2019-12-03 17:16:54 +01:00
parent 8ab39d04f9
commit 7cd014cf27

View File

@ -73,7 +73,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
# Allow failure for coveralls
coveralls -v || true
coveralls -v --service github-actions || true
- name: Backtesting
run: |