Skip to content

Commit

Permalink
chore(ci): ensure e2e coverage reports are analyzed for main branch c…
Browse files Browse the repository at this point in the history
…ommits (#113)

Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Feb 28, 2024
1 parent b7669e2 commit f4f8527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow-build-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
#enable-snyk-scan: ${{ github.event_name == 'push' || github.event.inputs.enable-snyk-scan == 'true' }}
enable-codecov-analysis: true
enable-codacy-coverage: true
enable-e2e-coverage-report: ${{ github.event.inputs.enable-e2e-tests == 'true' }}
enable-e2e-coverage-report: ${{ github.event_name == 'push' || github.event.inputs.enable-e2e-tests == 'true' }}
secrets:
snyk-token: ${{ secrets.SNYK_TOKEN }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit f4f8527

Please sign in to comment.