You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like at some point we adopted CodeCov for coverage reporting purposes. So, the decision now is if coveralls is better than codecov. Sure, you can investigate @seanlowjk
If I remember correctly, coverall is deprecated because the Gradle plugin we are using is not being updated anymore, and using CodeCov, there is no need for a plugin there.
Based on the forums and my own trying of both, I feel that CodeCov's reports are easier to understand and that is crucial for students taking this module who have their first experience with software testing.
As a result, it would be better to go with Codecov!
Problem: We had to drop Coveralls support when we moved from Travis to GitHub Actions.
Suggestion: We can add some kind of coverage reporting to CI.
The text was updated successfully, but these errors were encountered: