Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
97398dac
Commit
97398dac
authored
Dec 10, 2014
by
Mark Ragazzo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed docs
parent
c51f0452
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
apps/basic/tests/README.md
+2
-2
No files found.
apps/basic/tests/README.md
View file @
97398dac
...
...
@@ -62,7 +62,7 @@ codecept run unit
Code coverage support
---------------------
By default, code coverage is disabled in
`codeception.y
a
ml`
configuration file, you should uncomment needed rows to be able
By default, code coverage is disabled in
`codeception.yml`
configuration file, you should uncomment needed rows to be able
to collect code coverage. You can run your tests and collect coverage with the following command:
```
...
...
@@ -94,7 +94,7 @@ Configuration options that are used by remote code coverage:
-
c3_url: url pointing to entry script that includes
`c3.php`
file, so
`Codeception`
will be able to produce code coverage;
-
remote: whether to enable remote code coverage or not;
-
remote_config: path to the
`codeception.y
a
ml`
configuration file, from the directory where
`c3.php`
file is located. This is needed
-
remote_config: path to the
`codeception.yml`
configuration file, from the directory where
`c3.php`
file is located. This is needed
so that
`Codeception`
can create itself instance and collect code coverage correctly.
By default
`c3_url`
and
`remote_config`
setup correctly, you only need to copy and include
`c3.php`
file in your
`index-test.php`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment