Skip to content

Commit 5bf17ec

Browse files
committed
coveralls is optional
1 parent a076455 commit 5bf17ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
tests:
1414
name: Unit tests
1515
runs-on: ubuntu-latest
16-
if: "!startsWith(github.head_ref, 'renovate/')"
1716

1817
steps:
1918
- name: Checkout
@@ -35,12 +34,12 @@ jobs:
3534
run: pnpm test --coverage
3635

3736
- name: Upload coverage
37+
continue-on-error: true
3838
uses: coverallsapp/github-action@v2
3939

4040
lint:
4141
name: Lint
4242
runs-on: ubuntu-latest
43-
if: "!startsWith(github.head_ref, 'renovate/')"
4443

4544
steps:
4645
- name: Checkout

0 commit comments

Comments
 (0)