Skip to content

Commit

Permalink
docs(readme): add status badges for coverage/fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg authored Mar 2, 2024
1 parent 044d019 commit 0ea78d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

[![.github/workflows/development.yml](https://github.com/YakshaLang/Yaksha/actions/workflows/development.yml/badge.svg)](https://github.com/YakshaLang/Yaksha/actions/workflows/development.yml)
[![.github/workflows/development_macos.yml](https://github.com/YakshaLang/Yaksha/actions/workflows/development_macos.yml/badge.svg)](https://github.com/YakshaLang/Yaksha/actions/workflows/development_macos.yml)
[![.github/workflows/coverage.yml](https://github.com/YakshaLang/Yaksha/actions/workflows/coverage.yml/badge.svg?branch=main&event=workflow_dispatch)](https://github.com/YakshaLang/Yaksha/actions/workflows/coverage.yml)
[![.github/workflows/fuzz-coverage.yml](https://github.com/YakshaLang/Yaksha/actions/workflows/fuzz-coverage.yml/badge.svg?branch=main&event=workflow_dispatch)](https://github.com/YakshaLang/Yaksha/actions/workflows/fuzz-coverage.yml)
[![.github/workflows/release.yml](https://github.com/YakshaLang/Yaksha/actions/workflows/release.yml/badge.svg)](https://github.com/YakshaLang/Yaksha/actions/workflows/release.yml)
[![.github/workflows/release_macos.yml](https://github.com/YakshaLang/Yaksha/actions/workflows/release_macos.yml/badge.svg)](https://github.com/YakshaLang/Yaksha/actions/workflows/release_macos.yml)

Expand Down

0 comments on commit 0ea78d2

Please sign in to comment.