From 9b76e6d0b9a5858c14eaf6cb632086ebdfffbb00 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Wed, 1 May 2024 10:31:38 +0200 Subject: [PATCH] MAINT upload coverage to codecov --- .github/workflows/python-app.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 9304bd7..2cf4bd8 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -20,8 +20,8 @@ jobs: - name: Run tests run: pixi run -e ${{ matrix.environment }} test - # - name: Upload coverage reports to Codecov - # uses: codecov/codecov-action@v4.0.1 - # with: - # token: ${{ secrets.CODECOV_TOKEN }} - # slug: glemaitre/doc-search-rag-based-llm \ No newline at end of file + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: scikit-learn-contrib/project-template