Skip to content

Commit

Permalink
ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Apr 27, 2024
1 parent 8f87e2f commit ab7490f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ coverage:
project:
default:
if_not_found: success
if_ci_failed: error
target: auto
target: 66%
threshold: 1% # Allow coverage to drop by X%, posting a success status.
# removed_code_behavior: Takes values [off, removals_only, adjust_base]
removed_code_behavior: adjust_base
patch:
default:
target: 70%
target: 69%

comment: # this is a top-level key
layout: " diff, flags, files"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,5 @@ jobs:

- name: "Upload coverage reports to Codecov"
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ab7490f

Please sign in to comment.