
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
ember-cli-doorkeeper
Advanced tools
Fail CI on pull requests in Ember apps and addons if code coverage drops by a specified threshold
This addon will fail CI on pull requests in Ember apps and addons if code coverage drops by a specified threshold when using ember-cli-code-coverage
.
ember install ember-cli-doorkeeper
npm test
command to ember doorkeeper
testCommand
in .doorkeeperrc.js
. The default is COVERAGE=true ember test
. For addons, use COVERAGE=true ember try:each
.!/coverage/coverage-summary.json
to .gitignore
coverage/coverage-summary.json
and commit it to your repo.The ember-cli-code-coverage
addon generates code coverage results in coverage/coverage-summary.json
. This addon works by generating code coverage for a PR and comparing the results against the code coverage results on the master
branch (you can configure which branch to compare against in .doorkeeperrc.js
via the mainBranch
option).
When adding this to your project for the first time, coverage/coverage-summary.json
may not be under version control. If this file isn't present in mainBranch
, your tests will run as normal and code coverage comparison won't run.
In order to keep coverage/coverage-summary.json
up to date in mainBranch
, each PR should contain a new coverage/coverage-summary.json
. CI will still generate a new one on PRs and use that to compare against the one in mainBranch
, but it won't commit it back to the PR. If someone knows how to do this with various CI systems, please reach out and we can update this README with examples.
FAQs
Fail CI on pull requests in Ember apps and addons if code coverage drops by a specified threshold
The npm package ember-cli-doorkeeper receives a total of 7 weekly downloads. As such, ember-cli-doorkeeper popularity was classified as not popular.
We found that ember-cli-doorkeeper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.