Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added codecov to tests #1092

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@ jobs:
run: |
export NUMBA_DISABLE_JIT=1
pixi run --locked -e full-py${{ matrix.python-version }} test-cov

- name: Publish code coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
2 changes: 2 additions & 0 deletions .github/workflows/tests_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- hydromt/*
- data/*
- pyproject.toml
- .github/workflows/tests_pip.yml
pull_request:
branches:
- main
Expand All @@ -16,6 +17,7 @@ on:
- hydromt/*
- data/*
- pyproject.toml
- .github/workflows/tests_pip.yml


jobs:
Expand Down
Loading