Skip to content

Commit

Permalink
Merge branch 'main' into test_all_implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Aug 5, 2024
2 parents 483dd65 + 1e4311a commit c1f6433
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 c1f6433

Please sign in to comment.