[Announcement] Update on Homework 4 #324
Closed
yeonhee-ryou
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
If you have not generated your repository yet, then you can ignore this since I have updated the template.
However, If you have already generated your own Homework 4 repository, please check the followings.
Sorry for the inconvenience.
Coverage
The exact grading criteria for coverage has not been announced.
Here is the guide:
make coverage
, you must achieve more than 70% of the code coverage. If your code coverage is below 70%, your code will not be graded. You can add more tests in thetest
directory to enhance your code coverage.Patch for the
test/Makefile
fileHere is a patch in Homework 4.
In the file
test/Makefile
, update the first line as follows:Beta Was this translation helpful? Give feedback.
All reactions