Skip to content

Commit 67a2587

Browse files
author
Frankie Robertson
committed
Add coverage to CI
1 parent 7974959 commit 67a2587

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ jobs:
4444
- uses: julia-actions/julia-buildpkg@v1
4545
- name: Run tests
4646
run: |
47-
cd test && julia --project=. ./runtests.jl
47+
cd test && julia --project=. --code-coverage=user ./runtests.jl
48+
- uses: julia-actions/julia-processcoverage@v1
49+
- uses: coverallsapp/github-action@v2
50+
with:
51+
file: lcov.info
4852
docs:
4953
name: Documentation
5054
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)