Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #101 from saiichihashimoto/mutation
Browse files Browse the repository at this point in the history
Stryker Mutation testing
  • Loading branch information
saiichihashimoto committed Jul 4, 2019
2 parents d2b8997 + 159281d commit 5660e8d
Show file tree
Hide file tree
Showing 11 changed files with 782 additions and 260 deletions.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
},
"ignoreBrowserslistConfig": true
}
]
]
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ notifications:
on_success: never
on_failure: always
script:
- npm test && ./tests/end-to-end.sh
- npm test && ./tests/end-to-end.sh && npx stryker run
after_success:
- cat ./coverage/lcov.info | npx coveralls
jobs:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![current version](https://img.shields.io/npm/v/redis-download.svg)](https://www.npmjs.com/package/redis-download)
[![Build Status](https://travis-ci.org/saiichihashimoto/redis-download.svg?branch=master)](https://travis-ci.org/saiichihashimoto/redis-download)
[![Coverage Status](https://coveralls.io/repos/github/saiichihashimoto/redis-download/badge.svg?branch=master)](https://coveralls.io/github/saiichihashimoto/redis-download?branch=master)
[![Mutation testing badge](https://badge.stryker-mutator.io/github.com/saiichihashimoto/redis-download/master)](https://stryker-mutator.github.io)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Greenkeeper badge](https://badges.greenkeeper.io/saiichihashimoto/redis-download.svg)](https://greenkeeper.io/)
Expand Down
13 changes: 0 additions & 13 deletions babel.config.js

This file was deleted.

Loading

0 comments on commit 5660e8d

Please sign in to comment.