Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
impr. badge
Browse files Browse the repository at this point in the history
  • Loading branch information
logrusorgru committed Aug 28, 2022
1 parent c364f84 commit 6083f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master

name: run tests
name: build
jobs:
# lint:
# runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rbtree

[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/logrusorgru/rbtree?utm_source=godoc)
[![Unlicense](https://img.shields.io/badge/license-unlicense-blue.svg)](http://unlicense.org/)
[![Build Status](https://github.com/logrusorgru/rbtree/workflows/test/badge.svg)](https://github.com/logrusorgru/rbtree/actions?workflow=run%20tests)
[![Build Status](https://github.com/logrusorgru/rbtree/workflows/build/badge.svg)](https://github.com/logrusorgru/rbtree/actions?workflow=build)
[![Coverage Status](https://coveralls.io/repos/github/logrusorgru/rbtree/badge.svg?branch=master)](https://coveralls.io/github/logrusorgru/rbtree?branch=master)
[![GoReportCard](http://goreportcard.com/badge/logrusorgru/rbtree)](http://goreportcard.com/report/logrusorgru/rbtree)

Expand Down

0 comments on commit 6083f61

Please sign in to comment.