Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e148075

Browse files
Setup code coverage config
1 parent 899d58d commit e148075

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎codeception.yml‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
actor: Tester
2+
coverage:
3+
enabled: true
4+
include:
5+
- app/Http/*
6+
- app/Post.php
7+
- app/User.php
8+
exclude:
9+
- app/Http/routes.php
10+
- app/Http/Kernel.php
211
paths:
312
tests: tests
413
log: tests/_output

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /