Skip to content

Commit

Permalink
chore(Readme): Add status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozzim committed Oct 1, 2023
1 parent e7db9c2 commit d9d1080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: run-tests
name: tests

on:
workflow_run:
Expand All @@ -9,8 +9,8 @@ on:
- completed

jobs:
test:
name: test
run:
name: run
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Lempel–Ziv–Welch Compression in CPP
[![core-build](https://github.com/Gozzim/LZW_CPP/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/Gozzim/LZW_CPP)
[![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)
[![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)
[![CodeFactor](https://www.codefactor.io/repository/github/gozzim/lzw_cpp/badge?s=b829f1f733eba50c4a453362dbd965c4e819270a)](https://www.codefactor.io/repository/github/gozzim/lzw_cpp)

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

0 comments on commit d9d1080

Please sign in to comment.