Skip to content

Commit

Permalink
✅ report code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
philschatz committed Dec 29, 2016
1 parent e73af9b commit 03e182f
Show file tree
Hide file tree
Showing 10 changed files with 355 additions and 327 deletions.
2 changes: 2 additions & 0 deletions .codecov.yml
@@ -0,0 +1,2 @@
# Disable Adding Pull Request Comments
comment: false
6 changes: 5 additions & 1 deletion .gitignore
Expand Up @@ -4,4 +4,8 @@
/tmp
/test-transpiled/

dist/octokat-browsertests.js
/dist/octokat-browsertests.js
/dist/octokat-browsertests.js.map
/dist/octokat.js.map

/coverage/
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -11,3 +11,7 @@ before_install:
before_script:
- npm install -g grunt-cli
- bower install

after_success:
# Report coverage to codecov
- npm run-script send-coverage

0 comments on commit 03e182f

Please sign in to comment.