Skip to content

Commit

Permalink
Merge branch 'coveralls' of https://github.com/mattmook/kotlinfixture
Browse files Browse the repository at this point in the history
…into coveralls
  • Loading branch information
mattmook committed Oct 6, 2019
2 parents 36f5db3 + 466c9a9 commit 138660e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
branches:
- master

env:
CI: "true"

jobs:
build:

Expand All @@ -24,6 +27,8 @@ jobs:
java-version: 1.8

- name: Build with Gradle
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: ./gradlew assemble check --stacktrace

- name: Set tag version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fixture for Kotlin [![CI status](https://github.com/appmattus/kotlinfixture/workflows/CI/badge.svg)](https://github.com/appmattus/kotlinfixture/actions)
# Fixture for Kotlin [![CI status](https://github.com/appmattus/kotlinfixture/workflows/CI/badge.svg)](https://github.com/appmattus/kotlinfixture/actions) [![Coverage Status](https://coveralls.io/repos/github/appmattus/kotlinfixture/badge.svg?branch=master)](https://coveralls.io/github/appmattus/kotlinfixture?branch=master)

## Getting started [![Download](https://api.bintray.com/packages/appmattus/maven/fixture/images/download.svg) ](https://bintray.com/appmattus/maven/fixture/_latestVersion)

Expand Down

0 comments on commit 138660e

Please sign in to comment.