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: julianseeger/php-code-coverage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 19 files changed
  • 3 contributors

Commits on Feb 24, 2014

  1. Merge branch '2.0'

    sebastianbergmann committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    c3d2cd5 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.0'

    sebastianbergmann committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    1bd972a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2014

  1. Merge branch '2.0'

    sebastianbergmann committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    2642382 View commit details
    Browse the repository at this point in the history
  2. Fix dependency

    sebastianbergmann committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    1532eca View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Merge branch '2.0'

    sebastianbergmann committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    4da8aac View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.0'

    sebastianbergmann committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    06d5e5e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. Merge branch '2.0'

    whatthejeff committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    c773f6a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2014

  1. Configuration menu
    Copy the full SHA
    86cb041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1068cf7 View commit details
    Browse the repository at this point in the history
  3. Add/Fix docblocks

    sebastianbergmann committed Mar 16, 2014
    Configuration menu
    Copy the full SHA
    4876f10 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2014

  1. Configuration menu
    Copy the full SHA
    edd13bb View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.0'

    sebastianbergmann committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    258c601 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2014

  1. Merge branch '2.0'

    sebastianbergmann committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    f1478a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3b3dd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2014

  1. Refactoring of data filtering and data cleanup

    * PHP_CodeCoverage_Driver is now an abstract class (was an interface before)
    * Move getAllowedLines and getLinesToBeIgnored() from PHP_CodeCoverage to new PHP_CodeCoverage_Parser class
    * Move the application of the blacklist/whitelist/"ignored lines" filtering from PHP_CodeCoverage to PHP_CodeCoverage_Driver
    * Driver-specific data cleanup is now performed after the blacklist/whitelist/"ignored lines" filtering
    sebastianbergmann committed Mar 20, 2014
    4 Configuration menu
    Copy the full SHA
    f751861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5cf7ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d83d41d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed2da23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ab6543 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3aedd79 View commit details
    Browse the repository at this point in the history
Loading