stfalcon-studio / DoctrineRedisCacheBundle
Showing 1 of 4 files from the diff.

@@ -14,7 +14,7 @@
Loading
14 14
15 15
use Doctrine\Migrations\Configuration\Configuration;
16 16
use Doctrine\Migrations\Finder\MigrationFinder;
17 -
use Fresh\DoctrineEnumBundle\Exception\InvalidArgumentException;
17 +
use StfalconStudio\DoctrineRedisCacheBundle\Exception\InvalidArgumentException;
18 18
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
19 19
use Symfony\Component\DependencyInjection\ContainerBuilder;
20 20
Files Complexity Coverage
DependencyInjection 10 88.46%
StfalconStudioDoctrineRedisCacheBundle.php 1 100.00%
Project Totals (3 files) 11 89.66%

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading