File tree 4 files changed +51
-0
lines changed 4 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ codecov :
2
+ notify :
3
+ require_ci_to_pass : yes
4
+
5
+ coverage :
6
+ precision : 2
7
+ round : down
8
+ range : " 65...90"
9
+
10
+ status :
11
+ project :
12
+ default :
13
+ # Allow the coverage to drop by threshold %, and posting a success status.
14
+ threshold : 0.5
15
+ patch :
16
+ default :
17
+ # trial operation
18
+ target : 0%
19
+ changes : no
20
+
21
+ comment :
22
+ layout : " header, diff"
23
+ behavior : default
24
+ require_changes : no
25
+
26
+ ignore :
27
+ - " .git"
28
+ - " *.yml"
29
+ - " *.json"
30
+ - " *.md"
31
+ - " *.dist"
32
+ - " *.txt"
33
+ - " *.bat"
34
+ # ignore folders and all its contents
35
+ - " .ci/.*"
36
+ - " .github/.*"
37
+ - " .phalcon/.*"
38
+ - " ide/.*"
39
+ - " bootstrap/.*"
40
+ - " resources/.*"
41
+ - " templates/.*"
42
+ - " tests/.*"
43
+ - " vendor/.*"
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ script:
74
74
- vendor/bin/psalm --show-info=false
75
75
- vendor/bin/phpstan analyse -l 5 -c phpstan.neon src -v
76
76
77
+ after_success :
78
+ - bash <(curl -s https://codecov.io/bash)
79
+
77
80
deploy :
78
81
provider : releases
79
82
api_key : $GITHUB_TOKEN
Original file line number Diff line number Diff line change 1
1
# Phalcon Devtools
2
2
3
+ [ ![ codecov] ( https://codecov.io/gh/phalcon/phalcon-devtools/branch/4.0.x/graph/badge.svg )] ( https://codecov.io/gh/phalcon/phalcon-devtools )
3
4
[ ![ Latest Version] ( https://img.shields.io/packagist/v/phalcon/devtools.svg?style=flat-square )] [ :devtools: ]
4
5
[ ![ Software License] ( https://img.shields.io/badge/license-BSD--3-brightgreen.svg?style=flat-square )] [ :license: ]
5
6
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/phalcon/devtools.svg?style=flat-square )] [ :packagist: ]
Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ actor_suffix: Tester
14
14
extensions :
15
15
enabled :
16
16
- Codeception\Extension\RunFailed
17
+ coverage :
18
+ enabled : true
19
+ include :
20
+ - src/*
You can’t perform that action at this time.
0 commit comments