projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de9b85
)
Set COVERALLS_SERVICE_NAME to github in GitHub Actions Test workflow
author
Harmon
<Harmon758@gmail.com>
Tue, 12 Jan 2021 12:31:22 +0000
(06:31 -0600)
committer
Harmon
<Harmon758@gmail.com>
Tue, 12 Jan 2021 12:33:18 +0000
(06:33 -0600)
https://github.com/coveralls-clients/coveralls-python/issues/240
https://github.com/coveralls-clients/coveralls-python/pull/249
.github/workflows/test.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/test.yml
b/.github/workflows/test.yml
index e8e21cf41f1a58877843828228dc2818063714f1..8a664b8b5997429534d37321689f9e077b484376 100644
(file)
--- a/
.github/workflows/test.yml
+++ b/
.github/workflows/test.yml
@@
-27,6
+27,7
@@
jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: python-${{ matrix.python-version }}
COVERALLS_PARALLEL: true
+ COVERALLS_SERVICE_NAME: github
if: ${{ github.event_name == 'push' }}
run: |
coveralls