We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d481c95 commit 6cb3800Copy full SHA for 6cb3800
.github/workflows/CI.yml
@@ -8,7 +8,7 @@ on:
8
pull_request:
9
jobs:
10
test:
11
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.group }} - ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
12
runs-on: ${{ matrix.os }}
13
strategy:
14
fail-fast: false
@@ -48,6 +48,7 @@ jobs:
48
with:
49
file: lcov.info
50
token: ${{ secrets.CODECOV_TOKEN }}
51
+ fail_ci_if_error: false
52
docs:
53
name: Documentation
54
runs-on: ubuntu-latest
0 commit comments