Skip to content

Commit d2d9004

Browse files
committed
fire on develop to get test coverage started
1 parent ba9007c commit d2d9004

1 file changed

Lines changed: 2 additions & 21 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- v*
7+
branches:
8+
- develop
79
pull_request:
810

911
env:
@@ -70,27 +72,6 @@ jobs:
7072
npm ci
7173
npm run test:prod
7274
73-
- name: Front End Code Coverage Report
74-
uses: irongut/CodeCoverageSummary@v1.3.0
75-
with:
76-
filename: ./openalprwebhookprocessor.client/coverage/cobertura-coverage.xml
77-
badge: true
78-
fail_below_min: true
79-
format: markdown
80-
hide_branch_rate: false
81-
hide_complexity: true
82-
indicators: true
83-
output: both
84-
thresholds: '0 80'
85-
86-
- name: Add Coverage PR Comment
87-
uses: marocchino/sticky-pull-request-comment@v2
88-
if: github.event_name == 'pull_request'
89-
with:
90-
header: Front End Coverage
91-
recreate: true
92-
path: code-coverage-results.md
93-
9475
windows-build-push:
9576
needs: build
9677
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)