From 612664477ec071ae07dac154c379fe865afda022 Mon Sep 17 00:00:00 2001 From: Amrasil Date: Wed, 26 Mar 2025 23:29:21 +0100 Subject: [PATCH] change(feat/OPS-31): tci pipeline to add display codecoverage on every push to any branch and on PRs to devel and master --- .github/workflows/ci.yml | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3dd321..4aa473e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,11 @@ name: CI # Name of the workflow on: push: branches: - - feat/OPS-31 + - '*' + pull_request: + branches: + - devel + - master jobs: test: # Defines a job called "test" diff --git a/README.md b/README.md index 83714ac..6eca652 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Codecov](https://codecov.io/gh/senju1337/senju/branch/feat/OPS-31/graph/badge.svg) +![Codecov](https://codecov.io/gh/senju1337/senju/branch/HEAD/graph/badge.svg) # senju API / Webservice for Phrases/Words/Kanji/Haiku