Skip to content

Commit

Permalink
update github action names
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Jul 8, 2021
1 parent c917cc1 commit 0acd4a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cargo
name: cargo

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Coverage
name: coverage

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</h1>
<p align="center">
<a href="https://github.com/webrtc-rs/media/actions">
<img src="https://github.com/webrtc-rs/media/workflows/Cargo/badge.svg">
<img src="https://github.com/webrtc-rs/media/workflows/cargo/badge.svg">
</a>
<a href="https://codecov.io/gh/webrtc-rs/media">
<img src="https://codecov.io/gh/webrtc-rs/media/branch/main/graph/badge.svg">
Expand Down

0 comments on commit 0acd4a6

Please sign in to comment.