[HW1] coverage regarding crack #805
-
Beta Was this translation helpful? Give feedback.
Answered by
goodtaeeun
Mar 13, 2025
Replies: 1 comment 1 reply
-
커버리지 측정의 의도는 학생들이 직접 테스트를 추가하는 연습의 기회를 드리기 위함입니다. 따라서 기본적으로 제공되는 테스트만으로는 어려운 기준을 목표로 설정하였습니다. crack에 대한 테스트도 얼마든지 추가하셔도 됩니다. 다만 커버리지 측정에 주어지는 시간은 1분이니 이를 염두에 두고 테스트를 추가하시기 바랍니다. The aim of checking the coverage is to give students an opportunity to practice testing their own code. That is why we set the threshold so that it cannot be obtained with only the default test cases. You may add more test cases, even the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
heejbin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
커버리지 측정의 의도는 학생들이 직접 테스트를 추가하는 연습의 기회를 드리기 위함입니다. 따라서 기본적으로 제공되는 테스트만으로는 어려운 기준을 목표로 설정하였습니다. crack에 대한 테스트도 얼마든지 추가하셔도 됩니다. 다만 커버리지 측정에 주어지는 시간은 1분이니 이를 염두에 두고 테스트를 추가하시기 바랍니다.
The aim of checking the coverage is to give students an opportunity to practice testing their own code. That is why we set the threshold so that it cannot be obtained with only the default test cases. You may add more test cases, even the
crack
tests as much as you want. However, note that coverage is only measured for a minute, so keep that in mind.