master

codecov.yml

View in GitHub

Grade

Issues

-

Complexity

-

Duplication

-

Coverage

-

1# Codecov Repository YAML 2# https://docs.codecov.com/docs/codecov-yaml 3 4coverage: 5# https://docs.codecov.com/docs/commit-status 6 status: 7 project: 8 default: 9 target: 80% 10 threshold: 10% 11 if_not_found: success 12 if_ci_failed: success 13 patch: 14 default: 15 target: 80% 16 threshold: 10% 17 if_not_found: success 18 19# https://docs.codecov.com/docs/components#component-options 20component_management: 21 default_rules: 22 statuses: 23 - type: project 24 target: auto 25 branches: 26 - "!main" 27 individual_components: 28 - component_id: services 29 name: Services 30 paths: 31 - "services/" 32 - component_id: routes 33 name: Routes 34 paths: 35 - "routes/" 36 37comment: 38 layout: "header, diff, flags, components" 39 40# https://docs.codecov.com/docs/ignoring-paths 41ignore: 42 - "^assets/.*" 43 - "^databases/.*" 44 - "^models/.*" 45 - "^postman_collections/.*" 46 - "^schemas/.*" 47 - "^tests/.*" 48 - ".*\\.yml$" 49 - ".*\\.json$" 50 - ".*\\.txt$" 51 - "^__pycache__(/.*)?$" 52 - ".*\\.pyc$" 53 - "^LICENSE$" 54 - "^main\\.py$" 55 - "^README\\.md$"
" alt="No results" class="css-wnf5ac e1ncn53j0" loading="lazy" onerror="this.onerror=null,this.src='/assets/placeholder.svg'">
No issues found

Good job! Your file does not have any issues.