Skip to content

Commit 064a743

Browse files
Merge pull request #1 from amclin/chore/codecov
chore: adding codecov
2 parents fac686d + 5f6c4e9 commit 064a743

File tree

5 files changed

+1715
-46
lines changed

5 files changed

+1715
-46
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: node_js
22
node_js:
33
- "stable"
4+
script:
5+
- npm test
6+
- npm run report-coverage
47
jobs:
58
include:
69
# Define the release stage that runs semantic-release

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
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)

0 commit comments

Comments
 (0)