Skip to content

Commit f92b71f

Browse files
committed
update ci yml (codecov)
1 parent ae99e73 commit f92b71f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
arch: x64
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- uses: julia-actions/setup-julia@latest
4545
with:
4646
version: ${{ matrix.version }}
@@ -57,6 +57,8 @@ jobs:
5757
JULIA_DEBUG: 'Main,UnicodePlots'
5858
COLORTERM: 'yes' # 8bit - 256 colors
5959
- uses: julia-actions/julia-processcoverage@latest
60-
- uses: codecov/codecov-action@v3
60+
- uses: codecov/codecov-action@v4
6161
with:
62+
token: ${{ secrets.CODECOV_TOKEN }}
63+
fail_ci_if_error: false
6264
file: lcov.info

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: julia-actions/setup-julia@latest
1717
with:
1818
version: '1'
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Install JuliaFormatter and format
2121
run: |
2222
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'

0 commit comments

Comments
 (0)