Skip to content

Commit

Permalink
Add token to codecov upload (#566)
Browse files Browse the repository at this point in the history
* add token to codecov upload

* add to release notes
  • Loading branch information
anissa111 committed Feb 27, 2024
1 parent bb10a07 commit d61ec65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ jobs:
path: pytest.xml

- name: Upload code coverage to Codecov
if: github.repository == 'NCAR/geocat-comp'
uses: codecov/codecov-action@v4.1.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
env_vars: OS,PYTHON
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Internal Changes
* Python 3.12 Support by `Cora Schneck`_ in (:pr:`548`)
* Temporarily pin ASV to ``<0.6.2`` by `Anissa Zacharias`_ in (:pr:`556`)
* Added ``linkcheck_ignore`` to ``docs/conf.py`` to address erroneous failures `Anissa Zacharias`_ in (:pr:`559`)
* Updated Codecov upload to use token by `Anissa Zacharias`_ in (:pr:`566`)
* Convert to implicit namespace packaging set up by `Anissa Zacharias`_ in (:pr:`563`)


Expand Down

0 comments on commit d61ec65

Please sign in to comment.