Skip to content

Commit

Permalink
completing addition of code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 26, 2016
1 parent 7798ac5 commit 9554bd3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -2,3 +2,4 @@
^.*\.Rproj$
^\.Rproj\.user$

^\.codecov\.yml$
1 change: 1 addition & 0 deletions .codecov.yml
@@ -0,0 +1 @@
comment: false
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,9 @@ install:
script:
- ./run.sh run_tests

after_failure:
- ./run.sh dump_logs

after_success:
- ./run.sh coverage

Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
2016-11-26 Dirk Eddelbuettel <edd@debian.org>

* .travis.yml (after_success): Integrated Jim Hester's suggestion of
activating code coverage sent many moons ago (in PR #12)
* .codecov.yml (comment): Added
* .Rbuildignore: Exclude .codecov.yml
* README.md: Added code coverage badge

2016-10-16 Dirk Eddelbuettel <edd@debian.org>

* R/digest.R (digest): Support 'nosharing' option of base::serialize
Expand Down

0 comments on commit 9554bd3

Please sign in to comment.