Skip to content

Commit f45dce3

Browse files
authored
Merge pull request #1150 from redboltz/update_codecov_action
Updated codecov-action to v5.
2 parents aa719e8 + 3ccc51f commit f45dce3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
lcov --remove coverage.info '/usr/*' --output-file coverage.info # filter system-files
7272
lcov --list coverage.info # debug info
7373
- name: Upload coverage to Codecov
74-
uses: codecov/codecov-action@v3
74+
uses: codecov/codecov-action@v5
7575
with:
7676
files: build/coverage.info
7777
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
===================
33

44
Version 7.0.0 [![Build Status](https://github.com/msgpack/msgpack-c/workflows/CI/badge.svg?branch=cpp_master)](https://github.com/msgpack/msgpack-c/actions) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/cpp_master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
5-
[![codecov](https://codecov.io/gh/msgpack/msgpack-c/branch/cpp_master/graph/badge.svg)](https://codecov.io/gh/msgpack/msgpack-c/branch/cpp_master)
5+
[![codecov](https://codecov.io/gh/msgpack/msgpack-c/branch/cpp_master/graph/badge.svg)](https://app.codecov.io/gh/msgpack/msgpack-c/tree/cpp_master)
66

77
It's like JSON but smaller and faster.
88

0 commit comments

Comments
 (0)