Baudin999 / ZDragon_Old_002

ZDragon is moving to .NET!
MIT License
1 stars 3 forks source link

CI/CD with Travis #2

Open Baudin999 opened 4 years ago

Baudin999 commented 4 years ago

Create CI/CD pipeline

Baudin999 commented 4 years ago

Code Coverage does not seem to be possible for now.

lucashorward commented 4 years ago

I can research the code coverage on windows - it seems there are tools / applications that can read out the generated file. However, I'm not sure if that outweighs the time put into it.

evanrooijen commented 4 years ago

I would suggest looking into CodeClimate . It's free and has direct integration with GitHub.

evanrooijen commented 4 years ago

As the current challenge is gathering code coverage in a Linux environment we should take a look at coverlet https://github.com/tonerdo/coverlet

lucashorward commented 4 years ago

Resolved deployment as #29540dbd9a3b3947b9a057038ff99314eab63e2e is merged

Baudin999 commented 4 years ago

CodeClimate looks great, will look into the options this week. Would love more feedback on this issue. Any idea is welcome!