Skip to content

Commit

Permalink
MNT: use CODECOV token (#155)
Browse files Browse the repository at this point in the history
* MNT: use CODECOV token
* DOC: add history.md entry
  • Loading branch information
kmuehlbauer authored Feb 28, 2024
1 parent c0d63b8 commit 045b510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
env_vars: RUNNER_OS,PYTHON_VERSION
name: codecov-gha
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN}}

build_1:
name: xradar notebook tests - linux
Expand Down Expand Up @@ -118,6 +119,7 @@ jobs:
env_vars: RUNNER_OS,PYTHON_VERSION
name: codecov-gha
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN}}


test_build_distribution_testpypi:
Expand Down
1 change: 1 addition & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* MNT: Update GitHub actions, address DeprecationWarnings ({pull}`153`) by [@kmuehlbauer](https://github.com/kmuehlbauer).
* MNT: restructure odim.py/gamic.py, add test_odim.py/test_gamic.py ({pull}`154`) by [@kmuehlbauer](https://github.com/kmuehlbauer).
* MNT: use CODECOV token ({pull}`155`) by [@kmuehlbauer](https://github.com/kmuehlbauer).

## 0.4.3 (2024-02-24)

Expand Down

0 comments on commit 045b510

Please sign in to comment.