From a436fa188dbcb231c58cc094e6ea752a3351511c Mon Sep 17 00:00:00 2001 From: Kevin Klein <7267523+kklein@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:49:47 +0200 Subject: [PATCH] Use codecov action (#20) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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