Regenerated test coverage reports and documentation.

This commit is contained in:
Simon Brooke 2022-12-24 22:33:07 +00:00
parent a60187eb2a
commit 1b2423a806
18 changed files with 2236 additions and 999 deletions

View file

@ -27,6 +27,7 @@
<h4><a href="#severity" name="severity"></a>Severity</h4>
<p>Each fault report object MUST have a <code>severity</code> field whose value MUST be one of</p>
<ol>
<li><code>:info</code> things which are not actuallys fault, but issues noted during validation;</li>
<li><code>:minor</code> things which I consider to be faults, but which dont actually breach the spec;</li>
<li><code>:should</code> instances where the spec says something SHOULD be done, which isnt;</li>
<li><code>:must</code> instances where the spec says something MUST be done, which isnt;</li>