Skip to content

Commit

Permalink
add code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Oct 10, 2023
1 parent 9bec211 commit feb01cc
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,16 @@ jobs:
run: |
git config --global user.name Tester
git config --global user.email [email protected]
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- name: "Julia Pkg build as necessary"
uses: julia-actions/julia-buildpkg@latest
- name: "Run Julia tests"
uses: julia-actions/julia-runtest@latest
continue-on-error: ${{ matrix.julia-version == 'nightly' }}
# - uses: julia-actions/julia-processcoverage@v1
# if: ${{ matrix.julia-version == '1.9' }}
# - uses: codecov/codecov-action@v1
# with:
# file: lcov.info
- uses: julia-actions/julia-processcoverage@v1
if: ${{ matrix.julia-version == '1.9' }}
- uses: codecov/codecov-action@v1
with:
file: lcov.info



Expand Down

0 comments on commit feb01cc

Please sign in to comment.