urlchecker-python icon indicating copy to clipboard operation
urlchecker-python copied to clipboard

Add a tests summary/ tests run stats

Open SuperKogito opened this issue 5 years ago • 1 comments

The link provided by maelle in https://github.com/urlstechie/urlchecker-action/issues/61 gave me an idea, so I am just laying this out here to get your input on it. So far we only provide urls checks/tests results, but wouldn't it be also nice to provide a summary of the tests and some stats, something like:

Urls checks summary
-----------------------------
Total count of tested files     : 10
Total count of tested urls      : 51
Total count of working urls     : 48  
Total count of failed urls      : 3

etc.

SuperKogito avatar Apr 15 '20 10:04 SuperKogito

This would be a nice little tweak to have at the print at the end of the file. But without checks, where would this go? The output file currently handles printing passed and failed, and (I just realized) we need to add the whitelisted set too (which are currently ignored). I'll open an issue for this now.

vsoch avatar Apr 15 '20 17:04 vsoch