We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5236f commit d786988Copy full SHA for d786988
.github/workflows/tests.yml
@@ -65,4 +65,9 @@ jobs:
65
- name: Coveralls
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
+ COVERALLS_PARALLEL: true
69
+ COVERALLS_FLAG_NAME: "${{ matrix.python-version }}"
70
+ COVERALLS_SERVICE_NAME: github
71
+ COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}"
72
+ COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
73
run: coveralls --service=github
0 commit comments