From 1e4311adf4926c5330ed8d909d3dbd6ae7974b6a Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Mon, 5 Aug 2024 11:58:31 -0400 Subject: [PATCH] Activate codecov (#196) * embarrass ourselves * Update CI.yml --- .github/workflows/CI.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6d5e27eb4..094a900e9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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/codecov-action@v4.0.1 + with: + files: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} + slug: JuliaGeo/GeometryOps.jl docs: name: Documentation runs-on: ubuntu-latest