Skip to content

Commit

Permalink
config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Mar 5, 2024
1 parent c8e69f6 commit 34734a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Workflow for Codecov integration
on: [push, pull_request]
jobs:
run:
codecov:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ coverage:
project: # measuring the overall project coverage
default: # context, you can create multiple ones with custom titles
informational: true
target: 85% # specify the target coverage for each commit status
target: 85% # specify the target coverage for each commit status
# option: "auto" (compare against parent commit or pull request base)
# option: "X%" a static target percentage to hit
threshold: 1% # allow the coverage drop by 1% before marking as failure (to allow some flakiness)
if_ci_failed: ignore # require the CI to pass before setting the status
threshold: 0% # allow the coverage drop by x% before marking as failure
if_ci_failed: ignore # require the CI to pass before setting the status
patch:
default:
informational: true
Expand Down

0 comments on commit 34734a5

Please sign in to comment.