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: 12.4.0
Choose a base ref
...
head repository: sebastianbergmann/php-code-coverage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 20 commits
  • 28 files changed
  • 4 contributors

Commits on Sep 26, 2025

  1. Fix typos

    Seldaek authored and sebastianbergmann committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    65e0f73 View commit details
    Browse the repository at this point in the history
  2. report/html/styles: fix link colours

    Bootstrap uses --*-rgb style vars to construct colours via css functions,
    like rgba().
    
    The light-dark() css function only handles colours, it does not work with
    rgb tuples as arguments.
    
    Instead of using light-dark(), define all --*-rgb vars within media
    queries.
    
    Signed-off-by: Valentin Kunz <vale.kunz@googlemail.com>
    vkunz authored and sebastianbergmann committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    b129b36 View commit details
    Browse the repository at this point in the history
  3. Update tools

    sebastianbergmann committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    fb262c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16db030 View commit details
    Browse the repository at this point in the history
  5. Test with PHP 8.5

    sebastianbergmann committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    e73e258 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a48b90 View commit details
    Browse the repository at this point in the history
  7. Do not fetch tags

    sebastianbergmann committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    8394b22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eedaa99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    084db8a View commit details
    Browse the repository at this point in the history
  10. Merge branch '10.1' into 11.0

    * 10.1:
      Also upload test results to codecov.io
      Cache Composer's cache directory
      Do not fetch tags
      Introduce PHP_VERSION variable
      Test with PHP 8.5
      Remove superfluous double-quotes
      Update tools
    sebastianbergmann committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    c46078b View commit details
    Browse the repository at this point in the history
  11. Merge branch '11.0'

    * 11.0:
      Also upload test results to codecov.io
      Cache Composer's cache directory
      Do not fetch tags
      Introduce PHP_VERSION variable
      Test with PHP 8.5
      Remove superfluous double-quotes
      Update tools
    sebastianbergmann committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    9838486 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Faster coverage-xml report

    staabm authored and sebastianbergmann committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    ba70759 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Update tools

    sebastianbergmann committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    96939c7 View commit details
    Browse the repository at this point in the history
  2. Merge branch '11.0'

    * 11.0:
      Update tools
    sebastianbergmann committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    cf32556 View commit details
    Browse the repository at this point in the history
  3. Fix FunctionCoverageDataType

    staabm authored and sebastianbergmann committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    0373bbb View commit details
    Browse the repository at this point in the history
  4. Narrow types

    staabm authored and sebastianbergmann committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    fd180b8 View commit details
    Browse the repository at this point in the history
  5. Narrow line-coverage types

    staabm authored and sebastianbergmann committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    64e2dbf View commit details
    Browse the repository at this point in the history
  6. Narrow return types

    staabm authored and sebastianbergmann committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    d9f8ea4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b267ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37047b5 View commit details
    Browse the repository at this point in the history
Loading