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 HTML documents are ignored, due to the use of IgnoreDirs, htmltest reports the number of documents in the doc store rather than the number of documents actually tested when it finishes a run:
✔✔✔ passed in X.Ys
tested 999 documents
The doc count should be fixed, but also, it might be useful to report both the doc count and tested doc count, something like this:
✔✔✔ passed in X.Ys
tested 111 documents out of 222
When HTML documents are ignored, due to the use of
IgnoreDirs
, htmltest reports the number of documents in the doc store rather than the number of documents actually tested when it finishes a run:The doc count should be fixed, but also, it might be useful to report both the doc count and tested doc count, something like this:
/assign @chalin
The text was updated successfully, but these errors were encountered: