-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
31 lines (30 loc) · 1.07 KB
/
codecov.yml
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
---
coverage:
status:
project:
default:
target: 25% # the required coverage value
threshold: 5% # the leniency in hitting the target
patch:
default:
target: 50%
threshold: 5%
ignore:
- "src/valentina/__version__.py"
- "src/valentina/characters/add_from_sheet.py"
- "src/valentina/characters/buttons.py"
- "src/valentina/characters/reallocate_dots.py"
- "src/valentina/characters/spend_experience.py"
- "src/valentina/cogs"
- "src/valentina/main.py"
- "src/valentina/models/bot.py"
- "src/valentina/models/errors.py"
- "src/valentina/utils/discord_utils.py"
- "src/valentina/utils/errors.py"
- "src/valentina/utils/logging.py"
- "src/valentina/utils/types.py"
- "src/valentina/views"
- "tests/"
comment:
layout: "diff, flags, files, components" # Remove items here to change the format
require_changes: false # If true, will only comment if coverage changes