[Question][Hw2] About checking and updating Coverage #294
-
Name: 전선영 Q1. While doing HW2, I failed to download the _coverage folder to local using scp command. Would you recommend more detailed information about scp or other method to check the coverage report? Q2. Also about coverage, I manually changed the dune file at test directory to include my custom examples to enhance the coverage. Do I supposed to change the build file? I am not really familiar with the dune syntax, Can I get some recommendation about that? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
A1. I believe the easiest way is to download the A2. Please refer to the existing test cases. Modifying P.S. By the way, I've updated the relevant document a little bit. Check if it helps. |
Beta Was this translation helpful? Give feedback.
-
What I did for 1. question was |
Beta Was this translation helpful? Give feedback.
-
@m-spitfire Good suggestion. I will add that info to the document. |
Beta Was this translation helpful? Give feedback.
-
Thank you all for the comment! It helped me a lot! |
Beta Was this translation helpful? Give feedback.
A1. I believe the easiest way is to download the
_coverage
directory to your local machine. Can explain how you tried to download the_coverage
directory? For example, "I ranscp -r ...
in my local machine ...".A2. Please refer to the existing test cases. Modifying
test/dune
will be sufficient. However, make sure that you have prepared all the necessary files, such as*.input
*.expected
, etc.P.S. By the way, I've updated the relevant document a little bit. Check if it helps.