Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 5252487

Browse files
author
rainliu
committed
update github action names
1 parent 5e453ed commit 5252487

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cargo
1+
name: cargo
22

33
on:
44
push:

.github/workflows/grcov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Coverage
1+
name: coverage
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</h1>
55
<p align="center">
66
<a href="https://github.com/webrtc-rs/rtcp/actions">
7-
<img src="https://github.com/webrtc-rs/rtcp/workflows/Cargo/badge.svg">
7+
<img src="https://github.com/webrtc-rs/rtcp/workflows/cargo/badge.svg">
88
</a>
99
<a href="https://codecov.io/gh/webrtc-rs/rtcp">
1010
<img src="https://codecov.io/gh/webrtc-rs/rtcp/branch/main/graph/badge.svg">

0 commit comments

Comments
 (0)