diff options
| author | Selwin Ong <selwin.ong@gmail.com> | 2020-08-21 12:04:04 +0700 |
|---|---|---|
| committer | Selwin Ong <selwin.ong@gmail.com> | 2020-08-21 12:04:04 +0700 |
| commit | 7cf2fe0d8cc38328b6e5defcf6f62198312b44ba (patch) | |
| tree | 561b81167b3ae019ad90c7c004ff188009a5cece | |
| parent | 3f8136767231ad0194738d547fb134e29e3e00bc (diff) | |
| download | rq-coveralls.tar.gz | |
Update coveralls argcoveralls
| -rw-r--r-- | .github/workflows/test.yml | 4 |
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 |
