Skip to content

Commit

Permalink
fixed codecov, fixes #287
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Apr 26, 2024
1 parent 058a074 commit 07a7542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pytest-py313.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ jobs:
COPERNICUS_MARINE_SERVICE_PASSWORD: ${{ secrets.COPERNICUS_MARINE_SERVICE_PASSWORD }}
run: |
pytest -m "not requireslocaldata" --cov=dfm_tools --cov-report xml --cov-report term
- uses: codecov/codecov-action@v1
1 change: 0 additions & 1 deletion .github/workflows/pytest-py39-mindeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ jobs:
COPERNICUS_MARINE_SERVICE_PASSWORD: ${{ secrets.COPERNICUS_MARINE_SERVICE_PASSWORD }}
run: |
pytest -m "not requireslocaldata" --cov=dfm_tools --cov-report xml --cov-report term
- uses: codecov/codecov-action@v1
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ jobs:
COPERNICUS_MARINE_SERVICE_PASSWORD: ${{ secrets.COPERNICUS_MARINE_SERVICE_PASSWORD }}
run: |
pytest -m "not requireslocaldata" --cov=dfm_tools --cov-report xml --cov-report term
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

0 comments on commit 07a7542

Please sign in to comment.