Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohn123 authored Jun 14, 2022
1 parent b98a841 commit 89d3dad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-Lint
name: Linter

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-trunk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Trunk

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
![CI Status](https://github.com/hpi-swa-teaching/SVGMorph/actions/workflows/ci.yml/badge.svg)
![CI Status](https://github.com/hpi-swa-teaching/SVGMorph/actions/workflows/ci.yml/badge.svg?branch=dev)
![Trunk Status](https://github.com/hpi-swa-teaching/SVGMorph/actions/workflows/ci-trunk.yml/badge.svg?branch=dev)
![Linter Status](https://github.com/hpi-swa-teaching/SVGMorph/actions/workflows/ci-linter.yml/badge.svg?branch=dev)
[![Coverage Status](https://coveralls.io/repos/github/hpi-swa-teaching/SVGMorph/badge.svg?branch=dev)](https://coveralls.io/github/hpi-swa-teaching/SVGMorph?branch=dev)

# SVGMorph
Expand Down

0 comments on commit 89d3dad

Please sign in to comment.