Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for non-versioned projects #260

Merged
merged 7 commits into from
Nov 12, 2020
Merged

Add support for non-versioned projects #260

merged 7 commits into from
Nov 12, 2020

Conversation

villfa
Copy link
Collaborator

@villfa villfa commented Nov 12, 2020

No description provided.

@codecov
Copy link

codecov bot commented Nov 12, 2020

Codecov Report

Merging #260 (fd95041) into master (963a97b) will increase coverage by 0.26%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #260      +/-   ##
============================================
+ Coverage     95.66%   95.92%   +0.26%     
- Complexity      162      175      +13     
============================================
  Files            21       24       +3     
  Lines           415      442      +27     
============================================
+ Hits            397      424      +27     
  Misses           18       18              
Impacted Files Coverage Δ Complexity Δ
src/Assessor/CyclomaticComplexityAssessor.php 100.00% <ø> (ø) 14.00 <0.00> (?)
src/Command/AssessComplexityCommand.php 100.00% <ø> (ø) 2.00 <0.00> (ø)
src/Command/RunCommand.php 76.36% <100.00%> (ø) 14.00 <0.00> (ø)
src/Configuration/Config.php 100.00% <100.00%> (ø) 29.00 <3.00> (+3.00)
src/File/FileFinder.php 97.22% <100.00%> (ø) 18.00 <0.00> (ø)
...rc/Process/ChangesCount/GitChangesCountProcess.php 100.00% <100.00%> (ø) 2.00 <2.00> (?)
.../Process/ChangesCount/NoVcsChangesCountProcess.php 100.00% <100.00%> (ø) 6.00 <6.00> (?)
src/Process/ChurnProcess.php 93.75% <100.00%> (-1.49%) 7.00 <2.00> (-2.00)
src/Process/CyclomaticComplexityProcess.php 100.00% <100.00%> (ø) 1.00 <1.00> (?)
src/Process/Handler/ParallelProcessHandler.php 97.43% <100.00%> (-0.07%) 15.00 <4.00> (ø)
... and 5 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 963a97b...fd95041. Read the comment docs.

@villfa villfa merged commit 4c1110e into bmitch:master Nov 12, 2020
@villfa villfa deleted the feat/non-vcs-support branch November 12, 2020 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant