Skip to content

Commit

Permalink
Fix codecov token issue
Browse files Browse the repository at this point in the history
* Bump codecov again, seeing if that helps

* refer from env
  • Loading branch information
StijnKas authored Jan 20, 2025
1 parent ff1c5da commit 48eda4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Python tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- python/**
- reports/*.qmd
- .github/workflows/**

jobs:
Tests:
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -81,7 +80,8 @@ jobs:
run: uv run pytest --cov=./python/pdstools --cov-report=xml --cov-config=./python/tests/.coveragerc --ignore=python/tests/test_healthcheck.py --ignore=python/tests/test_ADMTrees.py

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.codecov_token }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit 48eda4c

Please sign in to comment.