Skip to content

Commit 6cb3800

Browse files
committed
make ci not fail on accessing codecov
and include group in run-name
1 parent d481c95 commit 6cb3800

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
jobs:
1010
test:
11-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
11+
name: Julia ${{ matrix.group }} - ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
fail-fast: false
@@ -48,6 +48,7 @@ jobs:
4848
with:
4949
file: lcov.info
5050
token: ${{ secrets.CODECOV_TOKEN }}
51+
fail_ci_if_error: false
5152
docs:
5253
name: Documentation
5354
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)