Skip to content

Commit bccd2b0

Browse files
committed
Move back coveralls to v2.2
1 parent 1cf71b1 commit bccd2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: coveragepy-lcov --data_file_path .coverage --output_file_path coverage.info
117117

118118
- name: Upload coverage to Coveralls
119-
uses: coverallsapp/github-action@master
119+
uses: coverallsapp/github-action@v2.2
120120
with:
121121
github-token: ${{ secrets.github_token }}
122122
flag-name: run-${{ matrix.test_number }}
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
steps:
130130
- name: Upload to Coveralls finished
131-
uses: coverallsapp/github-action@master
131+
uses: coverallsapp/github-action@v2.2
132132
with:
133133
github-token: ${{ secrets.github_token }}
134134
parallel-finished: true

0 commit comments

Comments
 (0)