Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
op3 committed Sep 5, 2021
1 parent fc09dd7 commit c594855
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-code-formatting.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Code Formatting
name: Code Formatting

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Code Formatting
name: Tests

on: [push, pull_request]

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# boris

[![Build Status](https://travis-ci.com/op3/boris.svg?branch=master)](https://travis-ci.com/github/op3/boris)
[![Test Status](https://img.shields.io/github/workflow/status/op3/boris/Tests/master?label=tests)](https://github.com/op3/boris/actions/workflows/run-tests.yml)
[![Code Style](https://img.shields.io/github/workflow/status/op3/boris/Code%20Formatting/master?label=style)](https://github.com/op3/boris/actions/workflows/check-code-formatting.yml)
[![codecov](https://codecov.io/gh/op3/boris/branch/master/graph/badge.svg)](https://codecov.io/gh/op3/boris)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/19e37af38cc8449289b5e8abfb85f45b)](https://www.codacy.com/manual/op3/boris)
[![License: GPL-3.0](https://img.shields.io/github/license/op3/boris?color=blue)](COPYING)
Expand Down

0 comments on commit c594855

Please sign in to comment.