Skip to content

Commit ae21786

Browse files
authored
Update CI workflow by modifying Coveralls action
1 parent 917b2ef commit ae21786

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/project-ci.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,7 @@ jobs:
3535
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
3636
with:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
38-
39-
finish:
40-
needs: tests
41-
if: ${{ always() }}
42-
runs-on: ubuntu-24.04
43-
steps:
44-
- name: Coveralls Finished
45-
uses: coverallsapp/github-action@v2.3.7
46-
with:
47-
parallel-finished: true
38+
parallel: true
4839

4940
docs:
5041
runs-on: ubuntu-latest
@@ -78,4 +69,4 @@ jobs:
7869
- name: Run pre-commit
7970
run: |
8071
pre-commit install
81-
pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )
72+
pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )

0 commit comments

Comments
 (0)