phyloref / jphyloref

MIT License
0 stars 0 forks source link

Switch to Github Actions #72

Closed gaurav closed 3 years ago

gaurav commented 3 years ago

Given the problems we've been having with Travis CI, it seems like a good idea to switch over to Github Actions. This PR will carry out that change and will remove the Travis CI settings we previously included.

hlapp commented 3 years ago

BTW I also notice a lot of warnings about the javadoc in this code. If we are going to ignore these, can we maybe configure the build to do so as well?

gaurav commented 3 years ago

BTW I also notice a lot of warnings about the javadoc in this code. If we are going to ignore these, can we maybe configure the build to do so as well?

Okay! I've decreased the minimum covered instruction ratio to 0.04, the minimum branch covered ratio to 0 and the class missed count to 1, which has turned off the Javadoc warnings, in commit c7e7bb3.

gaurav commented 3 years ago

Yup! I've just replied to it.