[Question][Hw4] About coverage set #572
Replies: 3 comments
-
Im not the TA, but I believe that coverage shows how many instructions your inputs have passed. And how you update the coverage set in your code doesn't matter, TA eill only grade the output coverage files. But I also accumulate the set of coverage in my code to improve the mutation |
Beta Was this translation helpful? Give feedback.
-
You don't need to accumulate .cov files yourself. TA will do that during the evaluation. |
Beta Was this translation helpful? Give feedback.
-
Thank you for all answers! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a question regarding set of coverage.
As far as I know, it seems I have to update cumulated set of coverage by update_seeds.
And professor and TAs said that the evaluation will be held by collecting all .cov files.
What is the role of this coverage set?
Is it correct to update cumulated set of coverage?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions