Skip to content

Commit

Permalink
Merge pull request #130 from zalando/feature/test-badge
Browse files Browse the repository at this point in the history
Updated build badge
  • Loading branch information
Willi Schönborn committed Dec 16, 2019
2 parents 6a92ad2 + 1a006e3 commit 8e4d82e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration
name: build

on:
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_TITLE: Release ${{ github.ref }}
PULL_REQUEST_BODY: Bump version
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Spilled coffee](docs/spilled-coffee.jpg)](https://pixabay.com/en/mistake-spill-slip-up-accident-876597/)

[![Stability: Sustained](https://masterminds.github.io/stability/sustained.svg)](https://masterminds.github.io/stability/sustained.html)
[![Build Status](https://img.shields.io/travis/zalando/faux-pas/master.svg)](https://travis-ci.org/zalando/faux-pas)
![Build Status](https://github.com/zalando/faux-pas/workflows/build/badge.svg)
[![Coverage Status](https://img.shields.io/coveralls/zalando/faux-pas/master.svg)](https://coveralls.io/r/zalando/faux-pas)
[![Code Quality](https://img.shields.io/codacy/grade/b3a619ff47574eb68f38bdf74906e91a/master.svg)](https://www.codacy.com/app/whiskeysierra/faux-pas)
[![Javadoc](http://javadoc.io/badge/org.zalando/faux-pas.svg)](http://www.javadoc.io/doc/org.zalando/faux-pas)
Expand Down

0 comments on commit 8e4d82e

Please sign in to comment.