Skip to content

Commit

Permalink
updated version of codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jan 10, 2025
1 parent 37c3a73 commit a4033ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
make test
- name: Send coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion include/yokan/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern "C" {
X(YOKAN_ERR_KEY_EXISTS, "Key exists") \
X(YOKAN_ERR_CORRUPTION, "Data corruption") \
X(YOKAN_ERR_IO, "IO error") \
X(YOKAN_ERR_INCOMPLETE, "Imcomplete operation") \
X(YOKAN_ERR_INCOMPLETE, "Incomplete operation") \
X(YOKAN_ERR_TIMEOUT, "Timeout") \
X(YOKAN_ERR_ABORTED, "Operation aborted") \
X(YOKAN_ERR_BUSY, "Busy") \
Expand Down

0 comments on commit a4033ce

Please sign in to comment.