From f18fba67cc5ada787c9bdec385e337b6fdbdfc7f Mon Sep 17 00:00:00 2001 From: Nisheeth Barthwal Date: Fri, 4 Sep 2020 23:49:59 +0200 Subject: [PATCH] setup main branch --- .github/workflows/test-workflow.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-workflow.yaml b/.github/workflows/test-workflow.yaml index 7eefb65..fc59bf1 100644 --- a/.github/workflows/test-workflow.yaml +++ b/.github/workflows/test-workflow.yaml @@ -2,9 +2,9 @@ name: check on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: tests: diff --git a/README.md b/README.md index 94cbf3f..5d7ad82 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Coveralls Jacoco Gradle Plugin -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Coverage Status](https://coveralls.io/repos/github/nbaztec/coveralls-jacoco-gradle-plugin/badge.svg?branch=master)](https://coveralls.io/github/nbaztec/coveralls-jacoco-gradle-plugin?branch=master) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Coverage Status](https://coveralls.io/repos/github/nbaztec/coveralls-jacoco-gradle-plugin/badge.svg?branch=main)](https://coveralls.io/github/nbaztec/coveralls-jacoco-gradle-plugin?branch=main) A jacoco test coverage reporter gradle plugin for [coveralls.io](https://coveralls.io).