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 180fa43 commit a66f609Copy full SHA for a66f609
1 file changed
.github/workflows/ci.yml
@@ -32,10 +32,10 @@ jobs:
32
- name: Coveralls parallel
33
uses: coverallsapp/github-action@v2
34
with:
35
- flag-name: run-${{ matrix.python-version }}
+ flag-name: coverage-python-${{ matrix.python-version }}
36
parallel: true
37
38
- finish:
+ finish-coverage:
39
needs: test
40
if: ${{ always() }}
41
runs-on: ubuntu-slim
0 commit comments