Skip to content

Commit c3564ea

Browse files
committed
build: test code coverage in CI
1 parent 41d10b9 commit c3564ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/CI.yml

+6
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ jobs:
3939
- uses: julia-actions/cache@v2
4040
- uses: julia-actions/julia-buildpkg@v1
4141
- uses: julia-actions/julia-runtest@v1
42+
43+
- uses: julia-actions/julia-processcoverage@v1
44+
- name: Upload coverage reports to Codecov
45+
uses: codecov/codecov-action@v4
46+
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)