File tree Expand file tree Collapse file tree 5 files changed +1715
-46
lines changed Expand file tree Collapse file tree 5 files changed +1715
-46
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ coverage
1919
2020# nyc test coverage
2121.nyc_output
22+ coverage.lcov
2223
2324# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2425.grunt
Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33 - " stable"
4+ script :
5+ - npm test
6+ - npm run report-coverage
47jobs :
58 include :
69 # Define the release stage that runs semantic-release
Original file line number Diff line number Diff line change 11[ ![ 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 )
22[ ![ Build Status] ( https://travis-ci.org/amclin/advent-of-code.svg?branch=master )] ( https://travis-ci.org/amclin/advent-of-code )
3+ [ ![ codecov] ( https://codecov.io/gh/amclin/advent-of-code/branch/master/graph/badge.svg )] ( https://codecov.io/gh/amclin/advent-of-code )
You can’t perform that action at this time.
0 commit comments