-
```
I would like to see the CodeCoverage plugin supporting different formats for
the code coverage report. Something XML based (Cobertura, EMMA?) would help the
integration with other CI systems (fo…
-
```
I would like to see the CodeCoverage plugin supporting different formats for
the code coverage report. Something XML based (Cobertura, EMMA?) would help the
integration with other CI systems (fo…
-
```
I would like to see the CodeCoverage plugin supporting different formats for
the code coverage report. Something XML based (Cobertura, EMMA?) would help the
integration with other CI systems (fo…
-
```
I would like to see the CodeCoverage plugin supporting different formats for
the code coverage report. Something XML based (Cobertura, EMMA?) would help the
integration with other CI systems (fo…
-
```
I would like to see the CodeCoverage plugin supporting different formats for
the code coverage report. Something XML based (Cobertura, EMMA?) would help the
integration with other CI systems (fo…
-
```
I would like to see the CodeCoverage plugin supporting different formats for
the code coverage report. Something XML based (Cobertura, EMMA?) would help the
integration with other CI systems (fo…
-
## Expected/Wanted Behavior
https://codecov.io/ should be added to know what the code coverage is as well as a badge of it
## Actual Behavior
there is no code coverage tool
-
## Expected/Wanted Behavior
https://codecov.io/ should be added to know what the code coverage is as well as a badge of it
## Actual Behavior
there is no code coverage tool
-
If these lines fail:
```php
try {
\Codeception\Configuration::config($config_file);
} catch (\Exception $e) {
__c3_error($e->getMessage());
}
```
due to `\Codeception\Configuration…
-
After reviewing #85 (good work keep it going!) I thought of a different approach to code coverage that might work cleanly as well.
The idea:
1. Before a test starts, connect to C3, this is a "long…