diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae6b156..66742a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,3 +59,8 @@ jobs: with: report-title: "Unit tests Linux - Python ${{ matrix.PYTHON_VERSION }}" custom-arguments: --cov=metalearners --cov-report=xml --cov-report term-missing --color=yes + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: Quantco/metalearners