diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5841896..5757fdb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ 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 @@ -33,7 +33,8 @@ jobs: 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' \ No newline at end of file