This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add codecoverage to Sonar. Also add composer.lock
- Loading branch information
Showing
6 changed files
with
1,374 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
### ApiGen ### | ||
phpunit.xml | ||
|
||
### ApiGen ### | ||
gh-pages | ||
|
||
### Couscous ### | ||
.couscous | ||
|
||
# Created by https://www.gitignore.io/api/composer | ||
# Created by https://www.toptal.com/developers/gitignore/api/composer,phpunit | ||
# Edit at https://www.toptal.com/developers/gitignore?templates=composer,phpunit | ||
|
||
### Composer ### | ||
composer.phar | ||
/vendor/ | ||
|
||
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file | ||
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control | ||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file | ||
composer.lock | ||
# composer.lock | ||
|
||
### PHPUnit ### | ||
# Covers PHPUnit | ||
# Reference: https://phpunit.de/ | ||
|
||
# Generated files | ||
.phpunit.result.cache | ||
|
||
# PHPUnit | ||
/app/phpunit.xml | ||
/phpunit.xml | ||
|
||
# Build data | ||
/build/ | ||
|
||
# End of https://www.toptal.com/developers/gitignore/api/composer,phpunit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.