We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ee684 commit fdaf950Copy full SHA for fdaf950
.github/workflows/test.yml
@@ -192,6 +192,7 @@ jobs:
192
- test-rust
193
- test-rspeedy
194
- test-tools
195
+ - test-type
196
- website
197
if: always()
198
runs-on: lynx-ubuntu-24.04-medium
codecov.yml
@@ -1,6 +1,25 @@
1
coverage:
2
status:
3
- project: off
+ project:
4
+ default:
5
+ threshold: "0%"
6
+ informational: true
7
+ react:
8
9
+ paths:
10
+ - packages/react
11
+ rspeedy:
12
13
14
+ - packages/rspeedy
15
+ webpack:
16
17
18
+ - packages/webpack
19
+ web-platform:
20
21
22
+ - packages/web-platform
23
patch:
24
default:
25
threshold: "1%"
0 commit comments