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: rdohms/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
  • 3 files changed
  • 1 contributor

Commits on Sep 21, 2010

  1. Adding support for configuration of method and class coverge thresholds

    - methodCoverageThreshold: what percentage of lines must be tested for method to be marked as tested
    - classCoverageThreshold: what percentage of functions must be tested for class to be marked as tested
    
    Still pending their addition to command line parsing, have not found the way yet.
    rdohms committed Sep 21, 2010
    Configuration menu
    Copy the full SHA
    daf3a3a View commit details
    Browse the repository at this point in the history
Loading