mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-06-24 21:51:30 +02:00
Merge pull request #1150 from redboltz/update_codecov_action
Updated codecov-action to v5.
This commit is contained in:
commit
f45dce33c2
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
lcov --remove coverage.info '/usr/*' --output-file coverage.info # filter system-files
|
||||
lcov --list coverage.info # debug info
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: build/coverage.info
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
@ -2,7 +2,7 @@
|
||||
===================
|
||||
|
||||
Version 7.0.0 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
|
||||
[](https://codecov.io/gh/msgpack/msgpack-c/branch/cpp_master)
|
||||
[](https://app.codecov.io/gh/msgpack/msgpack-c/tree/cpp_master)
|
||||
|
||||
It's like JSON but smaller and faster.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user