Skip to content

Commit

Permalink
feat: add coverage json files to releases
Browse files Browse the repository at this point in the history
This adds coverage json files to GitHub releases.

Semver: minor
  • Loading branch information
evanlucas committed Apr 30, 2021
1 parent 6697c33 commit 2ad784b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ module.exports = {
+ 'Version <%= nextRelease.version %> [skip ci]'
}]
, ['@semantic-release/github', {
assets: 'dist/*'
assets: [
'dist/*'
, 'coverage/*.json'
]
}]
]
}
Expand Down

0 comments on commit 2ad784b

Please sign in to comment.