Skip to content

Commit

Permalink
Merge pull request #108 from whiskeysierra/feature/test-badge
Browse files Browse the repository at this point in the history
Updated build badge
  • Loading branch information
whiskeysierra committed Dec 16, 2019
2 parents 3beb8ff + a5105eb commit 780800c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 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 Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Compile
run: ./mvnw clean test-compile -B
- name: Test
run: ./mvnw verify -B
run: ./mvnw verify -B
- name: Coverage
run: ./mvnw coveralls:report -B -D repoToken=${{ secrets.COVERALLS_TOKEN }}
run: ./mvnw coveralls:report -B -D repoToken=${{ secrets.COVERALLS_TOKEN }}
13 changes: 7 additions & 6 deletions .github/workflows/release-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ name: Release Pull Request
on:
push:
branches:
- release/*
- release/*

jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/pull-request-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_TITLE: Release ${{ github.ref }}
- name: pull-request-action
uses: vsoch/pull-request-action@master
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 @@
[![Banner 888×244](docs/toolbox.png)](https://pixabay.com/en/toolbox-red-box-grey-closed-gray-575407/)

[![Stability: Active](https://masterminds.github.io/stability/active.svg)](https://masterminds.github.io/stability/active.html)
[![Build Status](https://img.shields.io/travis/whiskeysierra/http-toolbox.svg)](https://travis-ci.org/whiskeysierra/http-toolbox)
![Build Status](https://github.com/whiskeysierra/http-toolbox/workflows/build/badge.svg)
[![Coverage Status](https://img.shields.io/coveralls/whiskeysierra/http-toolbox/master.svg)](https://coveralls.io/r/whiskeysierra/http-toolbox)
[![Code Quality](https://img.shields.io/codacy/grade/64f144ccc9e94925ba685276c18d9c30/master.svg)](https://www.codacy.com/app/whiskeysierra/http-toolbox)
[![Release](https://img.shields.io/github/release/whiskeysierra/http-toolbox.svg)](https://github.com/whiskeysierra/http-toolbox/releases)
Expand Down
2 changes: 0 additions & 2 deletions http-prefer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[![Javadoc](http://javadoc.io/badge/io.github.whiskeysierra/http-prefer.svg)](http://www.javadoc.io/doc/io.github.whiskeysierra/http-prefer)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.whiskeysierra/http-prefer.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.whiskeysierra/http-prefer)



Put a meaningful, short, plain-language description of what
this project is trying to accomplish and why it matters.
Describe the problem(s) this project solves.
Expand Down

0 comments on commit 780800c

Please sign in to comment.