Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/unit_tests_with_latest_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Release Notes
* Add minimum dependency checker to generate minimum requirement files (:pr:`218`)
* Add CI workflow for unit tests with minimum dependencies (:pr:`220`)
* Create separate worksflows for each CI job (:pr:`220`)
* Pass token to authorize uploading of codecov reports (:pr:`226`)

| Thanks to the following people for contributing to this release:
| :user:`gsheni`, :user:`jeff-hernandez`
Expand Down