We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9007c commit d2d9004Copy full SHA for d2d9004
1 file changed
.github/workflows/docker-publish.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- v*
7
+ branches:
8
+ - develop
9
pull_request:
10
11
env:
@@ -70,27 +72,6 @@ jobs:
70
72
npm ci
71
73
npm run test:prod
74
- - name: Front End Code Coverage Report
- 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
90
- header: Front End Coverage
91
- recreate: true
92
- path: code-coverage-results.md
93
94
windows-build-push:
95
needs: build
96
runs-on: ubuntu-latest
0 commit comments