How to run:
- Fork this repo, you can set up codecov.io for your fork, it'll give you a token.
- Put your codecov token into
codecov.yml
file. - Generate cover reports via
./gradlew clean koverReport
- Upload it to codecov.io by executing the following command from the root of the repository (or provide full path):
./codecov --file ./build/reports/kover/xml/report.xml
- You'll have to wait a few minutes for codecov.io to process submitted data and calculate coverage