Skip to content

Commit 9b2f5d7

Browse files
committed
Run Coveralls once
1 parent 8ca14a7 commit 9b2f5d7

File tree

3 files changed

+2
-34
lines changed

3 files changed

+2
-34
lines changed

.github/workflows/linux-arm64-pr-test.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/linux-arm64-push-test.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/linux-x64-build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
npm run clean
7777
7878
- name: Coveralls Parallel
79+
if: ${{ matrix.ros_distribution == 'rolling' && matrix['node-version'] == '24.X' }}
7980
uses: coverallsapp/github-action@v2
8081
with:
8182
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -84,6 +85,7 @@ jobs:
8485

8586
finish:
8687
needs: build
88+
if: always()
8789
runs-on: ubuntu-latest
8890
steps:
8991
- name: Coveralls Finished

0 commit comments

Comments
 (0)