Skip to content

Commit 8a38eb6

Browse files
committed
.github/workflows: Drop coveralls.
We are not using this, and the service is sometimes unavailable.
1 parent d45cae5 commit 8a38eb6

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,6 @@ jobs:
172172
- run: poetry install --only=build
173173
- name: Build and test
174174
run: poetry run ./test-virtualhub.sh
175-
- name: Coveralls
176-
uses: coverallsapp/github-action@v2
177-
with:
178-
github-token: ${{ secrets.GITHUB_TOKEN }}
179-
file: bricks/virtualhub/build-coverage/lcov.info
180-
flag-name: virtualhub
181-
parallel: true
182175

183176
pbio:
184177
name: pbio tests
@@ -203,21 +196,3 @@ jobs:
203196
- name: Build coverage
204197
run: |
205198
make $MAKEOPTS -C lib/pbio/test build-coverage/lcov.info
206-
- name: Coveralls
207-
uses: coverallsapp/github-action@v2
208-
with:
209-
github-token: ${{ secrets.GITHUB_TOKEN }}
210-
file: lib/pbio/test/build-coverage/lcov.info
211-
flag-name: PBIO
212-
parallel: true
213-
214-
finish:
215-
needs: [virtualhub, pbio]
216-
runs-on: ubuntu-24.04
217-
steps:
218-
- name: Coveralls
219-
uses: coverallsapp/github-action@v2
220-
with:
221-
github-token: ${{ secrets.GITHUB_TOKEN }}
222-
parallel-finished: true
223-

0 commit comments

Comments
 (0)