diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73ef4689c29..00b1bec5bca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: - os: ubuntu-latest python-version: "3.10" install-method: conda + codecov: true - os: ubuntu-latest python-version: "3.10" @@ -115,6 +116,7 @@ jobs: ctapipe-info --version - uses: codecov/codecov-action@v1 + if: matrix.codecov docs: runs-on: ubuntu-latest