Skip to content

Commit

Permalink
Merge pull request #15 from saiichihashimoto/stryker-badge
Browse files Browse the repository at this point in the history
fix(docs): get me that sweet stryker badge
  • Loading branch information
kodiakhq[bot] committed Jan 14, 2024
2 parents 07e81a0 + 002db56 commit 818272a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,6 @@ jobs:
exit 1
fi
- run: npm run stryker
- env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
run: npm run stryker
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# vercel-cron

[![NPM Downloads](https://img.shields.io/npm/dw/vercel-cron?style=flat&logo=npm)](https://www.npmjs.com/package/vercel-cron)
[![Mutation testing badge](https://img.shields.io/endpoint?logo=stryker&style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fsaiichihashimoto%2Fvercel-cron%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/saiichihashimoto/vercel-cron/main)
[![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/saiichihashimoto/vercel-cron?style=flat&logo=github)](https://github.com/saiichihashimoto/vercel-cron/pulls?q=is%3Apr+is%3Aclosed)
[![GitHub Repo stars](https://img.shields.io/github/stars/saiichihashimoto/vercel-cron?style=flat&logo=github)](https://github.com/saiichihashimoto/vercel-cron/stargazers)
[![GitHub contributors](https://img.shields.io/github/contributors/saiichihashimoto/vercel-cron?style=flat&logo=github)](https://github.com/saiichihashimoto/vercel-cron/graphs/contributors)
Expand Down
9 changes: 2 additions & 7 deletions stryker.conf.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"allowEmpty": true,
"reporters": ["clear-text", "progress"],
"reporters": ["clear-text", "progress", "dashboard"],
"checkers": ["typescript"],
"testRunner": "jest",
"thresholds": {
"high": 95,
"low": 90,
"break": 40
}
"testRunner": "jest"
}

0 comments on commit 818272a

Please sign in to comment.