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