Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 4ed7a30

Browse files
committed
Rename action to "Rust source coverage"
1 parent 1d977fd commit 4ed7a30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![marketplace](https://img.shields.io/badge/marketplace-rust--coverage-blue?logo=github)](https://github.com/marketplace/actions/rust-coverage)
1+
[![marketplace](https://img.shields.io/badge/marketplace-rust--source--coverage-blue?logo=github)](https://github.com/marketplace/actions/rust-source-coverage)
22
[![CI](https://github.com/lpenz/ghaction-rust-coverage/actions/workflows/ci.yml/badge.svg)](https://github.com/lpenz/ghaction-rust-coverage/actions/workflows/ci.yml)
33
[![github](https://img.shields.io/github/v/release/lpenz/ghaction-rust-coverage?include_prereleases&label=release&logo=github)](https://github.com/lpenz/ghaction-rust-coverage/releases)
44
[![docker](https://img.shields.io/docker/v/lpenz/ghaction-rust-coverage?label=release&logo=docker&sort=semver)](https://hub.docker.com/repository/docker/lpenz/ghaction-rust-coverage)

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: rust-source-coverage
3-
description: Docker github action to run source-based coverage on a rust project
2+
name: Rust source coverage
3+
description: Docker github action that runs cargo test while gathering source-based coverage data
44
branding:
55
icon: play-circle
66
color: black

0 commit comments

Comments
 (0)