File tree Expand file tree Collapse file tree 1 file changed +90
-0
lines changed Expand file tree Collapse file tree 1 file changed +90
-0
lines changed Original file line number Diff line number Diff line change
1
+ # -------------------------------------------------------------------------------------
2
+ #
3
+ # Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
4
+ #
5
+ # WSO2 LLC. licenses this file to you under the Apache License,
6
+ # Version 2.0 (the "License"); you may not use this file except
7
+ # in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing,
13
+ # software distributed under the License is distributed on an
14
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ # KIND, either express or implied. See the License for the
16
+ # specific language governing permissions and limitations
17
+ # under the License.
18
+ #
19
+ # --------------------------------------------------------------------------------------
20
+
21
+ # This workflow will run the Codecov action on the repository.
22
+
23
+ codecov :
24
+ require_ci_to_pass : yes
25
+ notify :
26
+ wait_for_ci : yes
27
+
28
+ coverage :
29
+ status :
30
+ project :
31
+ default :
32
+ target : 50%
33
+ javascript :
34
+ target : 50%
35
+ flags :
36
+ - " @asgardeo/browser"
37
+ express :
38
+ target : 50%
39
+ flags :
40
+ - " @asgardeo/express"
41
+ i18n :
42
+ target : 50%
43
+ flags :
44
+ - " @asgardeo/i18n"
45
+ javascript :
46
+ target : 50%
47
+ flags :
48
+ - " @asgardeo/javascript"
49
+ nextjs :
50
+ target : 50%
51
+ flags :
52
+ - " @asgardeo/nextjs"
53
+ node :
54
+ target : 50%
55
+ flags :
56
+ - " @asgardeo/node"
57
+ nuxt :
58
+ target : 50%
59
+ flags :
60
+ - " @asgardeo/nuxt"
61
+ react :
62
+ target : 50%
63
+ flags :
64
+ - " @asgardeo/react"
65
+ " react-router " :
66
+ target : 50%
67
+ flags :
68
+ - " @asgardeo/react-router"
69
+ vue :
70
+ target : 50%
71
+ flags :
72
+ - " @asgardeo/vue"
73
+
74
+ comment :
75
+ layout : " diff, flags, files"
76
+ behavior : default
77
+ require_changes : false
78
+ require_base : yes
79
+ require_head : yes
80
+ branches : null
81
+
82
+ flags :
83
+ " @asgardeo/js " :
84
+ paths :
85
+ - packages/core/src/**/*.ts
86
+ carryforward : false
87
+ " @asgardeo/react " :
88
+ paths :
89
+ - packages/react/src/**/*.ts
90
+ carryforward : false
You can’t perform that action at this time.
0 commit comments