summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2020-08-21 12:04:04 +0700
committerSelwin Ong <selwin.ong@gmail.com>2020-08-21 12:04:04 +0700
commit7cf2fe0d8cc38328b6e5defcf6f62198312b44ba (patch)
tree561b81167b3ae019ad90c7c004ff188009a5cece
parent3f8136767231ad0194738d547fb134e29e3e00bc (diff)
downloadrq-coveralls.tar.gz
Update coveralls argcoveralls
-rw-r--r--.github/workflows/test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6d1012c..4af340d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -48,6 +48,8 @@ jobs:
uses: AndreMiras/coveralls-python-action@develop
with:
parallel: true
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ debug: true
coveralls_finish:
needs: build
@@ -57,3 +59,5 @@ jobs:
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ debug: true