PHP Classes

File: codecov.yml

Recommend this page to a friend!
  Classes of Mohamed Ahmed   Laravel MCP SDK   codecov.yml   Download  
File: codecov.yml
Role: Auxiliary data
Content typex: text/plain
Description: Auxiliary data
Class: Laravel MCP SDK
Create tools to process user requests with prompts
Author: By
Last change:
Date: Yesterday
Size: 649 bytes
 

Contents

Class file image Download
codecov: require_ci_to_pass: yes notify: wait_for_ci: yes coverage: precision: 2 round: down range: "70...100" status: project: default: target: 80% # the required coverage value threshold: 1% # the leniency in hitting the target patch: default: target: 80% threshold: 1% parsers: gcov: branch_detection: conditional: yes loop: yes method: no macro: no comment: layout: "reach,diff,flags,files" behavior: default require_changes: false require_base: no require_head: no ignore: - "tests/**/*" - "examples/**/*" - "config/**/*"