Skip to content

Commit fe5056b

Browse files
authored
docs: add logo and update README format (#24)
1 parent 528122e commit fe5056b

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
1-
# Very Good Coverage
1+
<p align="center" style="font-size: 24px">Very Good Coverage</p>
22

3-
[![Very Good Ventures](https://raw.githubusercontent.com/VGVentures/very_good_analysis/main/assets/vgv_logo.png)](https://verygood.ventures)
3+
<p align="center">
4+
<a alt="Very Good Ventures" href="https://verygood.ventures">
5+
<img height=150 src="./assets/logo.png"/>
6+
</a>
7+
</p>
48

5-
Developed with 💙 by [Very Good Ventures](https://verygood.ventures) 🦄
9+
<p align="center">
10+
Developed with 💙 by
11+
<a alt="Very Good Ventures" href="https://verygood.ventures">
12+
Very Good Ventures
13+
</a>
14+
🦄
15+
</p>
616

7-
[![ci](https://github.com/VGVentures/very-good-coverage/workflows/ci/badge.svg)](https://github.com/VGVentures/very_good_analysis/actions)
8-
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
17+
<p align="center">
18+
<a href="https://github.com/VGVentures/very_good_analysis/actions"><img src="https://github.com/VGVentures/very-good-coverage/workflows/ci/badge.svg" alt="ci"></a>
19+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
20+
</p>
921

10-
A Github Action which helps enforce a minimum code coverage threshold.
22+
---
23+
24+
<p align="center" style="font-size: 18px">
25+
<b>A Github Action which helps enforce a minimum code coverage threshold.</b>
26+
</p>
1127

1228
## Inputs
1329

@@ -25,7 +41,7 @@ A Github Action which helps enforce a minimum code coverage threshold.
2541

2642
### `exclude`
2743

28-
**Optional** List of paths to exclude from the coverage report, separated by an empty space ` `. Supports `globs` to describe file patterns.
44+
**Optional** List of paths to exclude from the coverage report, separated by an empty space. Supports `globs` to describe file patterns.
2945

3046
## Example usage
3147

assets/logo.png

33.4 KB
Loading

0 commit comments

Comments
 (0)