Skip to content

Commit c59291b

Browse files
authored
test: add coverage (#7)
* test: add covarage * fix: uncomment CODECOV_TOKEN in Tests.yml for coverage reporting
1 parent b21b423 commit c59291b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/Tests.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@ jobs:
4848
- uses: julia-actions/cache@v2
4949
- uses: julia-actions/julia-buildpkg@v1
5050
- uses: julia-actions/julia-runtest@v1
51-
# - uses: julia-actions/julia-processcoverage@v1
52-
# - uses: codecov/codecov-action@v4
53-
# with:
54-
# files: lcov.info
55-
# token: ${{ secrets.CODECOV_TOKEN }}
56-
# fail_ci_if_error: false
57-
# - uses: julia-actions/julia-uploadcoveralls@v1
58-
# env:
59-
# COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
51+
- uses: julia-actions/julia-processcoverage@v1
52+
- uses: codecov/codecov-action@v5
53+
with:
54+
token: ${{ secrets.CODECOV_TOKEN }}
55+
file: lcov.info
56+
name: codecov-umbrella
57+
fail_ci_if_error: false
58+
if: ${{ matrix.version == 'lts' }}

0 commit comments

Comments
 (0)