diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc04212..6aae502 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,6 @@ jobs: python -m pip install .[tests] - name: Run Python tests - working-directory: ./tests run: | python -m pytest --cov --cov-report=xml @@ -69,7 +68,7 @@ jobs: uses: codecov/codecov-action@v4 with: fail_ci_if_error: false - files: ./tests/coverage.xml + files: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }} slug: instructions-d-installation/installation-instruction verbose: true