Skip to content

Commit 73da023

Browse files
committed
CI: update LSP.jl.yml
1 parent 465b1e8 commit 73da023

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/JETLS.jl.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
- uses: julia-actions/julia-runtest@latest
6767
- uses: julia-actions/julia-processcoverage@v1
6868
- uses: codecov/codecov-action@v5
69+
with:
70+
flags: JETLS.jl
6971

7072
JETLS_DEV_MODE:
7173
name: Test with `JETLS_DEV_MODE = true`
@@ -89,8 +91,6 @@ jobs:
8991
' > LocalPreferences.toml
9092
- uses: julia-actions/julia-buildpkg@latest
9193
- uses: julia-actions/julia-runtest@latest
92-
- uses: julia-actions/julia-processcoverage@v1
93-
- uses: codecov/codecov-action@v5
9494

9595
JETLS_DEBUG_LOWERING:
9696
name: Test with `JETLS_DEBUG_LOWERING = true`
@@ -112,10 +112,6 @@ jobs:
112112
[JET] # allow JET to be loaded on nightly
113113
JET_DEV_MODE = true
114114
' > LocalPreferences.toml
115-
- uses: julia-actions/julia-buildpkg@latest
116-
- uses: julia-actions/julia-runtest@latest
117-
- uses: julia-actions/julia-processcoverage@v1
118-
- uses: codecov/codecov-action@v5
119115
120116
JULIA_NUM_THREADS:
121117
name: Test with `JULIA_NUM_THREADS = 4,2`
@@ -138,8 +134,6 @@ jobs:
138134
- uses: julia-actions/julia-runtest@latest
139135
env:
140136
JULIA_NUM_THREADS: "4,2"
141-
- uses: julia-actions/julia-processcoverage@v1
142-
- uses: codecov/codecov-action@v5
143137

144138
test_jetls:
145139
name: Test jetls executable

.github/workflows/LSP.jl.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ jobs:
2727
shell: julia --color=yes --project=. {0} # this is necessary for the next command to work on Windows
2828
run: 'using Pkg; Pkg.activate(normpath(pwd(), "LSP")); Pkg.instantiate(); Pkg.test(; coverage=true)'
2929
- uses: julia-actions/julia-processcoverage@v1
30+
with:
31+
directories: LSP/src
3032
- uses: codecov/codecov-action@v5
33+
with:
34+
flags: LSP.jl

0 commit comments

Comments
 (0)