mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
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:
parent
86a67bd279
commit
612664477e
2 changed files with 6 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||

|

|
||||||
|
|
||||||
# senju
|
# senju
|
||||||
API / Webservice for Phrases/Words/Kanji/Haiku
|
API / Webservice for Phrases/Words/Kanji/Haiku
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue