forked from nanotaboada/python-samples-fastapi-restful
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
31 lines (28 loc) · 791 Bytes
/
codecov.yml
File metadata and controls
31 lines (28 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Validate your repository YAML
# https://docs.codecov.com/docs/codecov-yaml#validate-your-repository-yaml
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
# Ignoring Paths
# https://docs.codecov.com/docs/ignoring-paths
# The pattern folder/* will not match recursively in the folder.
# Please use this folder/**/*, which will exclude all files within the given folder.
ignore:
- "data"
- "models"
- "schemas"
- "tests"
- "postman_collections"
- "main.py"
coverage:
status:
# Splitting up projects
# https://docs.codecov.com/docs/commit-status#splitting-up-projects-example
project:
routes:
paths:
- "routes"
services:
paths:
- "services"
patch:
default:
informational: true