Skip to content
This repository has been archived by the owner on Sep 8, 2019. It is now read-only.

JasonEtco/action-badges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is deprecated! Badges are now officially part of the GitHub Actions platform!

Action Badges

A README badge service for GitHub Actions

Codecov

Usage

Get a status badge for all GitHub Action runs on the master branch of a repository:

![badge](https://action-badges.now.sh/JasonEtco/example-repo)

Specify an action with the action query parameter:

![badge](https://action-badges.now.sh/JasonEtco/example-repo?action=test)

Note: This service only works for public repositories! It cannot read the status of your private repos.

How it works

When the /:owner/:repo endpoint is requested, the app makes a request to the GitHub API to get the list of check suites created by the GitHub Actions app. It then calculates the status based on the sum conclusion of the check suites and responds with some SVG code (thanks to badgen).

About

🛡⚡️ A README badge service for GitHub Actions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published