Skip to content

Commit d9d1080

Browse files
committed
chore(Readme): Add status badges
1 parent e7db9c2 commit d9d1080

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: run-tests
1+
name: tests
22

33
on:
44
workflow_run:
@@ -9,8 +9,8 @@ on:
99
- completed
1010

1111
jobs:
12-
test:
13-
name: test
12+
run:
13+
name: run
1414
runs-on: ubuntu-latest
1515

1616
steps:

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Lempel–Ziv–Welch Compression in CPP
2-
[![core-build](https://github.com/Gozzim/LZW_CPP/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/Gozzim/LZW_CPP)
2+
[![build](https://github.com/Gozzim/LZW_CPP/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Gozzim/LZW_CPP/actions/workflows/build.yml)
3+
[![tests](https://github.com/Gozzim/LZW_CPP/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/Gozzim/LZW_CPP/actions/workflows/test.yml)
34
[![CodeFactor](https://www.codefactor.io/repository/github/gozzim/lzw_cpp/badge?s=b829f1f733eba50c4a453362dbd965c4e819270a)](https://www.codefactor.io/repository/github/gozzim/lzw_cpp)
45

56
Implementation of LZW (Lempel–Ziv–Welch) compression and decompression in C++.

0 commit comments

Comments
 (0)