Skip to content

Commit

Permalink
minimized diff
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 24, 2024
1 parent d183720 commit ba941ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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}}
7 changes: 1 addition & 6 deletions .github/workflows/tests_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,4 @@ jobs:
- name: Test
run: |
export NUMBA_DISABLE_JIT=1
python -m pytest --verbose --cov=hydromt --cov-report xml --cov-report term
- name: Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
python -m pytest --verbose

0 comments on commit ba941ed

Please sign in to comment.