courtiol / IsoriX

This is the gthub repository dedicated to the development of the R package IsoriX
12 stars 5 forks source link

Add tests in coverage #131

Closed courtiol closed 2 years ago

courtiol commented 3 years ago

For test to count in the coverage computation, we must edit the travis file and adjust the following line:

after_success:
  - travis_wait Rscript -e 'covr::codecov(type = "examples")'
courtiol commented 2 years ago

This has been done a while ago.