UMM-CSci-3601 / intro-to-git

A group exercise practicing with various git ideas and tools
MIT License
2 stars 7 forks source link

Add test code coverage #114

Closed NicMcPhee closed 10 months ago

NicMcPhee commented 10 months ago

The intro-to-git lab doesn't include any test code coverage, and it probably should. We might not talk about it/use it in the actual lab time, but it would be good to have it there so people are used to seeing it and knowing that it exists.

This should be easy; all we need to do is copy over some of the dependencies, etc., from build.gradle in tje iteration template.