Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Fixed emoji output - cannot declare class because of require_once #119

Merged
merged 10 commits into from
Aug 11, 2019

Conversation

prisis
Copy link
Member

@prisis prisis commented Aug 10, 2019

Q A
Bug fix? yes
New feature? no
BC breaks? yes
Deprecations? no
Related tickets -
License MIT
Doc PR -

Changed some classes to final

@prisis prisis added the Fixed Changelog Fixed label Aug 10, 2019
prisis added 2 commits August 10, 2019 23:14
fix: use $file->getFilename() on class_exists
@prisis prisis force-pushed the feat/update-automatic branch from ba23225 to 17b4dc9 Compare August 10, 2019 21:14
@prisis prisis added the Changed Changelog Changed label Aug 10, 2019
@narrowspark narrowspark deleted a comment from codecov bot Aug 10, 2019
@narrowspark narrowspark deleted a comment from codecov bot Aug 10, 2019
feat: added infection
feat: changed phpunit settings to run tests in random order

feat: updated narrowspark/coding-standard to v2.1.1
@prisis prisis force-pushed the feat/update-automatic branch from bd5e01e to 01f188d Compare August 10, 2019 23:18
@prisis prisis force-pushed the feat/update-automatic branch from 73722a7 to d42fee3 Compare August 11, 2019 07:12
@narrowspark narrowspark deleted a comment from codecov bot Aug 11, 2019
@codecov
Copy link

codecov bot commented Aug 11, 2019

Codecov Report

Merging #119 into master will increase coverage by 0.78%.
The diff coverage is 65.9%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #119      +/-   ##
============================================
+ Coverage     73.76%   74.55%   +0.78%     
- Complexity      827      828       +1     
============================================
  Files            54       54              
  Lines          2222     2224       +2     
============================================
+ Hits           1639     1658      +19     
+ Misses          583      566      -17
Impacted Files Coverage Δ Complexity Δ
...matic/Configurator/ComposerScriptsConfigurator.php 98.41% <ø> (ø) 22 <0> (ø) ⬇️
src/Common/ScriptExtender/PhpScriptExtender.php 84.61% <ø> (ø) 6 <0> (ø) ⬇️
src/Automatic/Prefetcher/Cache.php 18.18% <ø> (ø) 7 <0> (ø) ⬇️
...tomatic/Prefetcher/TruncatedComposerRepository.php 72.72% <ø> (ø) 4 <0> (ø) ⬇️
src/Security/Command/Formatter/JsonFormatter.php 100% <ø> (ø) 1 <0> (ø) ⬇️
src/Automatic/Operation/Uninstall.php 90.9% <ø> (ø) 7 <0> (ø) ⬇️
src/Automatic/Prefetcher/ComposerRepository.php 0% <ø> (ø) 6 <0> (ø) ⬇️
src/Automatic/Installer/AbstractInstaller.php 100% <ø> (ø) 14 <0> (ø) ⬇️
src/Automatic/Installer/SkeletonInstaller.php 100% <ø> (ø) 1 <0> (ø) ⬇️
src/Automatic/ScriptExecutor.php 100% <ø> (ø) 12 <0> (ø) ⬇️
... and 19 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4523177...ddadef4. Read the comment docs.

@codecov
Copy link

codecov bot commented Aug 11, 2019

Codecov Report

Merging #119 into master will increase coverage by 0.78%.
The diff coverage is 65.9%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #119      +/-   ##
============================================
+ Coverage     73.76%   74.55%   +0.78%     
- Complexity      827      828       +1     
============================================
  Files            54       54              
  Lines          2222     2224       +2     
============================================
+ Hits           1639     1658      +19     
+ Misses          583      566      -17
Impacted Files Coverage Δ Complexity Δ
...matic/Configurator/ComposerScriptsConfigurator.php 98.41% <ø> (ø) 22 <0> (ø) ⬇️
src/Common/ScriptExtender/PhpScriptExtender.php 84.61% <ø> (ø) 6 <0> (ø) ⬇️
src/Automatic/Prefetcher/Cache.php 18.18% <ø> (ø) 7 <0> (ø) ⬇️
...tomatic/Prefetcher/TruncatedComposerRepository.php 72.72% <ø> (ø) 4 <0> (ø) ⬇️
src/Security/Command/Formatter/JsonFormatter.php 100% <ø> (ø) 1 <0> (ø) ⬇️
src/Automatic/Operation/Uninstall.php 90.9% <ø> (ø) 7 <0> (ø) ⬇️
src/Automatic/Prefetcher/ComposerRepository.php 0% <ø> (ø) 6 <0> (ø) ⬇️
src/Automatic/Installer/AbstractInstaller.php 100% <ø> (ø) 14 <0> (ø) ⬇️
src/Automatic/Installer/SkeletonInstaller.php 100% <ø> (ø) 1 <0> (ø) ⬇️
src/Automatic/ScriptExecutor.php 100% <ø> (ø) 12 <0> (ø) ⬇️
... and 19 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4523177...acd562d. Read the comment docs.

@prisis prisis merged commit 4ec7f12 into narrowspark:master Aug 11, 2019
@prisis prisis deleted the feat/update-automatic branch August 11, 2019 08:02
@prisis prisis added this to the v0.13.0 milestone Aug 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Changed Changelog Changed Fixed Changelog Fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant