Skip to content

Commit

Permalink
set delta to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
islyn committed Feb 1, 2024
1 parent df5e17d commit 5641363
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ jobs:
with:
branch-coverage-report-path: ./coverage/coverage-summary.json
base-coverage-report-path: ./coverage/coverage-summary-master.json
useSameComment: true
useSameComment: false

- name: cobertura coverage reporter
uses: ./ # Uses an action in the root directory
id: cobertura-coverage-reporter
with:
branch-coverage-report-path: ./coverage/cobertura.xml
base-coverage-report-path: ./coverage/cobertura-master.xml
useSameComment: true
useSameComment: false
delta: 100 # Ensure that CI does not fail and prevent merging PRs
coverageType: cobertura
only-check-changed-files: false
prefix-filename-url: 'https://tubi-web-assets-staging.s3.us-east-2.amazonaws.com/larnaca-coverage-artifacts'

0 comments on commit 5641363

Please sign in to comment.