Skip to content

Commit

Permalink
chore: Updated coverage badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and FranciscoKurpiel committed Aug 8, 2022
1 parent 7fe45f9 commit 9384faa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: Coverage
name: Coverage Badge

on:
pull_request:
branches:
- "**"
- master

jobs:
test:
runs-on: ubuntu-latest
name: Update coverage badge
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.

- name: Setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.19'

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Proteus
![Coverage](https://img.shields.io/badge/Coverage-55.0%25-yellow)

## About

Expand Down

0 comments on commit 9384faa

Please sign in to comment.