Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sebastianbergmann/php-code-coverage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Seb35/php-code-coverage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Aug 19, 2016

  1. Update the CRAP of global functions and count them in HTML report

    This fixes two issues with global functions:
    - the CRAP and coverage for global functions was not updated at the end
      of the count; it was only the case for methods, classes, traits.
    - in the HTML report, only the methods were counted in the 2nd column
      despite the title "Functions and Methods".
    Seb35 committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    5c33303 View commit details
    Browse the repository at this point in the history
Loading