change(feat/OPS-31): tci pipeline to add display codecoverage on every push to any branch and on PRs to devel and master

This commit is contained in:
Amrasil 2025-03-26 23:29:21 +01:00
parent 86a67bd279
commit 612664477e
2 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,11 @@ name: CI # Name of the workflow
on: on:
push: push:
branches: branches:
- feat/OPS-31 - '*'
pull_request:
branches:
- devel
- master
jobs: jobs:
test: # Defines a job called "test" test: # Defines a job called "test"

View file

@ -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 # senju
API / Webservice for Phrases/Words/Kanji/Haiku API / Webservice for Phrases/Words/Kanji/Haiku