File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 39
39
path : |
40
40
~/.julia
41
41
~/.julia/artifacts
42
- key : ${{ runner.os }}-julia-${{ matrix.version }}-${{ matrix.arch }}-${{ hashFiles('JuliaBUGS/**/ Project.toml', 'JuliaBUGS/** /Manifest.toml') }}
42
+ key : ${{ runner.os }}-julia-${{ matrix.version }}-${{ matrix.arch }}-${{ hashFiles('JuliaBUGS/Project.toml', 'JuliaBUGS/Manifest.toml') }}
43
43
restore-keys : |
44
44
${{ runner.os }}-julia-${{ matrix.version }}-${{ matrix.arch }}-
45
45
${{ runner.os }}-julia-${{ matrix.version }}-
@@ -57,13 +57,14 @@ jobs:
57
57
58
58
- uses : julia-actions/julia-processcoverage@v1
59
59
with :
60
- directories : JuliaBUGS
60
+ directories : JuliaBUGS/src,JuliaBUGS/ext
61
61
62
62
- uses : codecov/codecov-action@v4
63
63
with :
64
- file : ./lcov.info
64
+ token : ${{ secrets.CODECOV_TOKEN }}
65
+ fail_ci_if_error : true
65
66
66
- - uses : coverallsapp/github-action@master
67
+ - uses : coverallsapp/github-action@v2
67
68
with :
68
69
github-token : ${{ secrets.GITHUB_TOKEN }}
69
70
path-to-lcov : ./lcov.info
You can’t perform that action at this time.
0 commit comments