sebastianbergmann / phploc

A tool for quickly measuring the size of a PHP project.
BSD 3-Clause "New" or "Revised" License
2.34k stars 167 forks source link

Fix counting using trait as logical line #211

Closed kubawerlos closed 4 years ago

kubawerlos commented 4 years ago

Fixes https://github.com/sebastianbergmann/phploc/issues/209

kubawerlos commented 4 years ago

@sebastianbergmann what happened to CI? I saw you removed Travis config? Are you planning to change to Github Actions?

sebastianbergmann commented 4 years ago

I deactivated Travis integration for all of my projects. The plan is to move to GitHub actions.

sebastianbergmann commented 4 years ago

This branch now has conflicts that must be resolved.

codecov[bot] commented 4 years ago

Codecov Report

Merging #211 into master will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #211   +/-   ##
========================================
  Coverage      0.00%   0.00%           
  Complexity      349     349           
========================================
  Files             9       9           
  Lines           851     851           
========================================
  Misses          851     851           
Impacted Files Coverage Δ Complexity Δ
src/Analyser.php 0.00% <0.00%> (ø) 160.00 <0.00> (ø)

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 d699f16...d560c89. Read the comment docs.