Skip to content

Commit

Permalink
Add code coverage reporting to CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenJ committed Apr 5, 2024
1 parent 132f282 commit 4bc3363
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
version:
- '1.8'
- '1'
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -33,3 +34,11 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Herb-AI/HerbSearch.jl
files: lcov.info
fail_ci_if_error: false

0 comments on commit 4bc3363

Please sign in to comment.