Skip to content

Commit f7e73bf

Browse files
feat(codecov): update coverage configuration for backend and frontend
- Set backend coverage target to 80% with flags - Set frontend coverage target to 80% with flags
1 parent 33f4bc0 commit f7e73bf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

codecov.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ coverage:
55
target: auto
66
threshold: 1%
77
patch:
8-
default:
8+
backend:
9+
target: 80%
10+
flags:
11+
- backend
12+
frontend:
913
target: 80%
14+
flags:
15+
- frontend
1016

1117
# Only report coverage for tested source code
1218
# plots/ has 2242 .py files (59K lines) that are intentionally not unit tested

0 commit comments

Comments
 (0)