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: mochajs/mocha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.6.1
Choose a base ref
...
head repository: mochajs/mocha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.7.0
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Jul 20, 2024

  1. feat: add option to not fail on failing test suite (#4771)

    * Add option fail-on-failing-test-suite to not fail test run if there were no infrastructure problem
    
    * Add test on failOnFailingTestSuite
    
    * Use parameters which by default is false
    
    * Update docs/index.md
    
    * refactor: shared clampedCode
    
    ---------
    
    Co-authored-by: Josh Goldberg <[email protected]>
    ilgonmic and JoshuaKGoldberg authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    deb8679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8711e72 View commit details
    Browse the repository at this point in the history
  3. Release v10.7.0

    JoshuaKGoldberg committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9692b3a View commit details
    Browse the repository at this point in the history
Loading