Skip to content

Commit

Permalink
Activate codecov (#196)
Browse files Browse the repository at this point in the history
* embarrass ourselves

* Update CI.yml
  • Loading branch information
asinghvi17 authored Aug 5, 2024
1 parent ca428c6 commit 1e4311a
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 @@ -35,6 +35,15 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,ext
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
slug: JuliaGeo/GeometryOps.jl
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e4311a

Please sign in to comment.