Skip to content

Commit 0ec8390

Browse files
authored
Merge pull request #126 from JuliaComputing/coverage
Try get coverage info
2 parents 912dfa9 + b12947d commit 0ec8390

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ jobs:
4141
private_registry_uuid: 309a7822-a73e-4490-9504-7d1983f27685
4242
- uses: julia-actions/julia-buildpkg@v1
4343
- uses: julia-actions/julia-runtest@v1
44+
- uses: julia-actions/julia-processcoverage@v1
45+
- uses: codecov/codecov-action@v4
46+
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}
48+
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'

0 commit comments

Comments
 (0)