File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 67
67
${{ runner.os }}-
68
68
- uses : julia-actions/julia-buildpkg@v1
69
69
- uses : julia-actions/julia-runtest@v1
70
+ - uses : julia-actions/julia-processcoverage@latest
71
+ - uses : codecov/codecov-action@v3
72
+ with :
73
+ file : lcov.info
70
74
test_sysimage :
71
75
name : JuliaSyntax sysimage build - ${{ github.event_name }}
72
76
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
/Manifest.toml
2
2
/tools /pkgs
3
- /tools /logs.txt
3
+ /tools /logs.txt
4
+ * .cov
Original file line number Diff line number Diff line change 1
1
# JuliaSyntax
2
2
3
3
[ ![ Build Status] ( https://github.com/c42f/JuliaSyntax.jl/workflows/CI/badge.svg )] ( https://github.com/c42f/JuliaSyntax.jl/actions )
4
+ [ ![ codecov.io] ( http://codecov.io/github/JuliaLang/JuliaSyntax.jl/coverage.svg?branch=main )] ( http://codecov.io/github/JuliaLang/JuliaSyntax.jl?branch=main )
4
5
5
6
A Julia frontend, written in Julia.
6
7
@@ -483,7 +484,7 @@ The same goes for command strings which are always wrapped in `K"cmdstring"`
483
484
regardless of whether they have multiple pieces (due to triple-quoted
484
485
dedenting) or otherwise.
485
486
486
- ### No desugaring of the closure in do blocks
487
+ ### No desugaring of the closure in do blocks
487
488
488
489
The reference parser represents ` do ` syntax with a closure for the second
489
490
argument. That is,
You can’t perform that action at this time.
0 commit comments