xue35 / TCX.jl

TCX parses TCX/XML sports file.
MIT License
1 stars 2 forks source link

Enable auto code coverage to codecov. #15

Closed xue35 closed 5 years ago

xue35 commented 5 years ago

Coverage

Services such as codecov.io and coveralls.io provide summaries and analytics of the coverage of the test suite. After enabling the respective services for the repositories, the codecov and coveralls options can be used as follows, placing them at the top level of the YAML document:

codecov: true
coveralls: true

URL: https://docs.travis-ci.com/user/languages/julia/#coverage