objectionary / eo-net

Socket Object for EO Programming Language
MIT License
8 stars 3 forks source link

coverage reporting is missing #1

Closed yegor256 closed 2 years ago

yegor256 commented 2 years ago

Let's add coverage reporting, as it's done for example in eo-files repo. Check the codecov.yml file they have in GitHub Actions. Also, don't forget to add the badge to README.

kerelape commented 2 years ago

@yegor256 Codecov fails with not_found, I can't fix it

yegor256 commented 2 years ago

@kerelape this will go away. On the next build, it will succeed. Try it.

yegor256 commented 2 years ago

@kerelape btw, I suggest to have mvn.yml and codecov.yml actions in the project. Just like we have in eo-files, for example