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 580df9b commit 8cf3002Copy full SHA for 8cf3002
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: codecov/codecov-action@v1
26
with:
27
token: ${{ secrets.CODECOV_TOKEN }}
28
+ flags: pest
29
file: test-results/pest.xml
30
31
larastan:
@@ -66,6 +67,7 @@ jobs:
66
67
68
69
70
+ flags: jest
71
file: test-results/jest/clover.xml
72
73
# phpcs:
codecov.yml
@@ -0,0 +1,23 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ target: 25%
6
+ pest:
7
8
+ flags:
9
+ - pest
10
+ jest:
11
12
13
+ - jest
14
+
15
+flags:
16
17
+ paths:
18
+ - src/
19
+ carryforward: false
20
21
22
+ - js-src/
23
0 commit comments