You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we developed the libraries, we had a target of at least 80% runtime testing coverage. This is important in order to encourage actually compiling and running the code across the different backends to find issues, and indirectly encourage enough examples to expose issues such as unsatisfiable preconditions. We did not set up any mechanism to enforce this, however, partially because dafny test does not include any such feature, and it's difficult to enforce after the fact on the report.
The text was updated successfully, but these errors were encountered:
When we developed the libraries, we had a target of at least 80% runtime testing coverage. This is important in order to encourage actually compiling and running the code across the different backends to find issues, and indirectly encourage enough examples to expose issues such as unsatisfiable preconditions. We did not set up any mechanism to enforce this, however, partially because
dafny test
does not include any such feature, and it's difficult to enforce after the fact on the report.The text was updated successfully, but these errors were encountered: