-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.codecov.yml
More file actions
48 lines (42 loc) · 932 Bytes
/
Copy path.codecov.yml
File metadata and controls
48 lines (42 loc) · 932 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Codecov configuration
# https://docs.codecov.com/docs/codecov-yaml
coverage:
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: auto
threshold: 1%
ignore:
# Build tool configuration files (not application code)
- "**/*.config.js"
- "**/*.config.mjs"
- "**/*.config.ts"
- "**/*.config.mts"
- "**/vite.config.*"
- "**/vitest.config.*"
- "**/webpack.config.*"
- "**/jest.config.*"
- "**/babel.config.*"
# TypeScript config files
- "**/tsconfig*.json"
# Setup and test utility files
- "**/setupTests.*"
- "**/*.test.*"
- "**/*.spec.*"
- "**/__tests__/**"
- "**/tests.py"
- "**/test_*.py"
- "**/*_test.py"
# Static and build output directories
- "**/static/**"
- "**/dist/**"
- "**/build/**"
- "**/coverage/**"
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: false