Francisco R. Santos

Results 31 comments of Francisco R. Santos

The main feature we use is file search for checking if a class or method has been really used. The sorting is a nice tool to detect code no longer...

Also, a big problem is not just the table, but the file detail. A 4 lines file takes many seconds to load, so even if the search can find it,...

@danmayer I tested it on local, but it didn't work, as we mount the route in a subdirectory: ```ruby mount Coverband::Reporters::WebPager.new, at: '/config/coverage' ``` It tries to download `http://localhost:3000/coverage/report_json?page=1`, which...

Hi @danmayer . It loads now, and I can see it paginating some thousands of files. But the rows are not clickable nor they have any colour for their coverage.

Thanks @danmayer, it looks promising :rocket: One small thing I noticed: when clicking on a file, the request for recovering the data is performed twice.

Interestingly, the following is fast: ```ruby p1 = Date.new(2023, 10, 1)..Date.new(2023, 12, 1) p2 = Date.new(2023, 1, 1)..Date.new(2023, 1, 31) r1 = p1.begin.to_time.to_i..p1.end.to_time.to_i r2 = p2.begin.to_time.to_i..p2.end.to_time.to_i start = Time.now MultiRange.new([r1])...

> A [cobertura report](https://github.com/cobertura/web/blob/master/htdocs/xml/coverage-04.dtd?rgh-link-date=2024-06-03T09%3A55%3A59Z) supports packages as nodes above the classes. So it might make sense to write this information as well. One could recreate that structure after parsing the...

Not sure if categorize this as `enhancement` or as `bug`

> Serial number is really the best way how to identify stick logger and for example discovery would not even work without it. That does not mean it has to...

> > That does not mean it has to be dumped to the logs > > SENT and RECD are generated in used library so any changes in integration would...