diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b00a8de..19a4e11 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,7 +34,7 @@ jobs: # This is necessary until proper error reporting is implemented by Modflow run: | pytest -vs --cov=xmipy --cov-report=xml tests/ - env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}