Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
873 contributions in the last year
Contribution activity
November 1, 2020
October 2020
- nicojs/cypress-commands JavaScript
- nicojs/seti-ui Less
Created a pull request in stryker-mutator/stryker that received 10 comments
fix(presets): update `init` templates for 4.0 release
Update the VueJS, react and angular presets for the 4.0 release. Closes #2521
- feat(jasmine): support jasmine 3.6.2
- feat(html-report): reposition stryker image
- feat(instrumenter): update to babel 7.12
- feat(mocha): support mocha 8.2
- chore(ci): run pipeline on node 14 (instead of 12).
- chore(devDeps): update dev deps
- chore(deps): remove unused dependency
- fix(concurrency): better default for low CPU count
- fix(string-literal-mutator): don't mutate class property keys
- chore: cleanup old packages
- docs: remove remark about branch
- fix(instrumenter): don't mutate generics
- test: add test for scoped package
- test(mutation): add mutation testing with Stryker
- feat(log): log a summary
- chore(ts): set --strict and --esModuleInterop
- chore(dev-deps): update install-local
- feat(filter): support child packages filter
- test(fail): add test for failure propagation
- chore(ts): switch to project references
- chore(lint): add linting with eslint+prettier
- chore: general quality of life improvements
Created an issue in stryker-mutator/stryker that received 7 comments
Better default `--concurrency` for CI pipelines
Is your feature request related to a problem? Please describe.
In v4, we've changed the default for --concurrency (previously called --maxConcurren…