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 1cf71b1 commit bccd2b0Copy full SHA for bccd2b0
.github/workflows/python-tests.yml
@@ -116,7 +116,7 @@ jobs:
116
run: coveragepy-lcov --data_file_path .coverage --output_file_path coverage.info
117
118
- name: Upload coverage to Coveralls
119
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2.2
120
with:
121
github-token: ${{ secrets.github_token }}
122
flag-name: run-${{ matrix.test_number }}
@@ -128,7 +128,7 @@ jobs:
128
runs-on: ubuntu-latest
129
steps:
130
- name: Upload to Coveralls finished
131
132
133
134
parallel-finished: true
0 commit comments