Skip to content

Commit fff5f07

Browse files
committed
Ci
1 parent 9392df1 commit fff5f07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ jobs:
9595
with:
9696
path: coverage_reports
9797
- run: julia --project=. -e 'import Pkg; Pkg.add("Coverage")' # Install Coverage.jl
98-
- run: julia --project=. -e 'using Coverage; files = filter(f -> endswith(f, ".info"), readdir("coverage", join=true));
99-
merged_cov = merge_coverage_counts([LCOV.read(f) for f in files]); # Correct function
100-
LCOV.write("coverage/lcov.info", merged_cov);'
98+
- run: julia --project=. -e 'using Coverage; files = filter(f -> endswith(f, ".info"), readdir("coverage", join=true)); merged_cov = merge_coverage_counts([LCOV.read(f) for f in files]); LCOV.write("coverage/lcov.info", merged_cov);'
10199
- uses: codecov/codecov-action@v2
102100
with:
103101
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)