Skip to content

Commit

Permalink
Update codecov to v4.5.0 (#657)
Browse files Browse the repository at this point in the history
The version of codecov has been updated to
v4.5.0 for the github actions.

[ committed by @mellis13 ]
[ reviewed by @amandarichardsonn ]
  • Loading branch information
mellis13 authored Aug 7, 2024
1 parent fde9f2e commit 6abbd77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
retention-days: 5

- name: Upload Pytest coverage to Codecov
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.5.0
with:
fail_ci_if_error: false
files: ./coverage.xml
3 changes: 3 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ To be released at some future point in time

Description

- Update codecov to 4.5.0
- Remove build of Redis from setup.py
- Mitigate dependency installation issues
- Fix internal host name representation for Dragon backend
Expand All @@ -29,6 +30,8 @@ Description

Detailed Notes

- Update codecov to 4.5.0 to mitigate GitHub action failure
([SmartSim-PR657](https://github.com/CrayLabs/SmartSim/pull/657))
- The builder module was included in setup.py to allow us to ship the
main Redis binaries (not RedisAI) with installs from PyPI. To
allow easier maintenance of this file and enable future complexity
Expand Down

0 comments on commit 6abbd77

Please sign in to comment.