charlesvdv / boulot-robot

GNU General Public License v3.0
0 stars 2 forks source link

Add coverage mesurement service #17

Closed charlesvdv closed 4 years ago

charlesvdv commented 4 years ago

From a quick look at https://codecov.io/, it is free for private repo and should be integrate easily with github actions. It's always nice to see the test coverage to see if a new functionality is tested properly.

JonathanPetit commented 4 years ago

Good idea! But, we don't have all rights on the repo. I think, it's your job to do this :smiling_face_with_three_hearts:

JonathanPetit commented 4 years ago

Before add codecov, we should fix the github actions on all pull requests. The github actions start only on yours. I tried with #13 but I did not succeed (i think).

Maybe an useful link for the integration of codeconv with github actions.

charlesvdv commented 4 years ago

@JonathanPetit can you try this? Story short, you need to enable github actions on your fork.

JonathanPetit commented 4 years ago

it's already activated and i don't try this.