8000 Comparing 0.28.0...0.28.1 · infection/infection · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: infection/infection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.28.0
Choose a base ref
...
head repository: infection/infection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.28.1
Choose a head ref
  • 3 commits
  • 404 files changed
  • 4 contributors

Commits on Mar 25, 2024

  1. Require coverage metadata in phpunit.xml.dist (#1945)

    * Upgrade phpstan to the latest version
    
    * Upgrade rector to the latest version
    
    * Require coverage metadata in phpunit.xml.dist
    
    After this change, each class should have `#[CoversClass()]` annotation
    
    * Add `CoversClass` to all test files
    
    * Revert "Add `CoversClass` to all test files"
    
    This reverts commit 9fba12b.
    
    * Add `CoversClass` to all test files, except those that have `CoversNothing`
    
    * Decrease MSI. It's expected, since less tests started covering each file
    maks-rafalko authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3d6b2b2 View commit details
    Browse the repository at this point in the history
  2. Fix minimum MSI (#1950)

    sanmai authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    499d617 View commit details
    Browse the repository at this point in the history
  3. feat: use CI variables to detect project path (#1949)

    * feat: use CI variables to detect project path
    
    * feat: use CI variables to detect project path
    
    * CS
    
    * refactor: rename variable and reset value after each test
    
    ---------
    
    Co-authored-by: darthf1 <17253332+darthf1@users.noreply.github.com>
    Co-authored-by: Alexey Kopytko <alexey@kopytko.com>
    3 people authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1ee4ffa View commit details
    Browse the repository at this point in the history
Loading
0