Skip to content

Commit fdaf950

Browse files
authored
ci(codecov): enable project coverage (#468)
1 parent c5ee684 commit fdaf950

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
- test-rust
193193
- test-rspeedy
194194
- test-tools
195+
- test-type
195196
- website
196197
if: always()
197198
runs-on: lynx-ubuntu-24.04-medium

codecov.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
coverage:
22
status:
3-
project: off
3+
project:
4+
default:
5+
threshold: "0%"
6+
informational: true
7+
react:
8+
threshold: "0%"
9+
paths:
10+
- packages/react
11+
rspeedy:
12+
threshold: "0%"
13+
paths:
14+
- packages/rspeedy
15+
webpack:
16+
threshold: "0%"
17+
paths:
18+
- packages/webpack
19+
web-platform:
20+
threshold: "0%"
21+
paths:
22+
- packages/web-platform
423
patch:
524
default:
625
threshold: "1%"

0 commit comments

Comments
 (0)