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: karma-runner/karma Loading
base: v6.3.14
Choose a base ref
...
head repository: karma-runner/karma Loading
compare: v6.3.15
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 5, 2022

  1. ci: prevent duplicate CI tasks on creating a PR

    BrowserStack can be flaky when there are multiple concurrent jobs running on
    it. This commit makes sure that only 1 browser can run concurrently during the
    `npm run test:client` jobs and that the "Test" GitHub Action workflow is only
    trigerred once when creating a PR; having the `on: push` configuration made it
    so that GH triggers two duplicate jobs when a PR is opened.
    Jonathan Ginsburg committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    653c762 View commit details
    Browse the repository at this point in the history
  2. fix(helper): make mkdirIfNotExists helper resilient to concurrent calls

    The main motivation for this change is karma-runner/karma-coverage#434 (comment) where concurrent calls to the helper fail because of the race between the check and directory creation. This is a temporary solution and should be replaced with the native [`mkdir`](https://nodejs.org/api/fs.html#fsmkdirpath-options-callback) with the `recursive` option once minimum supported Node is bumped to 12.
    devoto13 authored and Jonathan Ginsburg committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    d9dade2 View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.3.15 [skip ci]

    ## [6.3.15](v6.3.14...v6.3.15) (2022-02-05)
    
    ### Bug Fixes
    
    * **helper:** make mkdirIfNotExists helper resilient to concurrent calls ([d9dade2](d9dade2)), closes [/github.com/karma-runner/karma-coverage/issues/434#issuecomment-1017939333](https://github.com//github.com/karma-runner/karma-coverage/issues/434/issues/issuecomment-1017939333)
    semantic-release-bot committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    c1befa0 View commit details
    Browse the repository at this point in the history
Loading