Slava Medvedev
Slava Medvedev
> ... > The renderer interface then consumes the `TemplateName` > ... The alternative could be making first argument of the renderer a `URI reference` and let implementation choose how...
This seems not actual, please close.
This seems not actual, please close.
I'm not familiar with python, which format is used there for coverage?
I see, it is the [Cobertura](https://coverage.readthedocs.io/en/7.2.2/cmd.html#json-reporting-coverage-json) format, it is not supported (yet). There is another format this tool can generate https://coverage.readthedocs.io/en/7.2.2/cmd.html#json-reporting-coverage-json, the documentation is limited and I can't find the...
Hi, thanks for report However, I'm sure how I can verify it w/o coverage json file. This action uses report generated by [this reporter](https://github.com/istanbuljs/istanbuljs/blob/master/packages/istanbul-reports/lib/json-summary/index.js) see example [coverage-summary.json](https://github.com/slavcodev/coverage-monitor-action/blob/main/tests/stubs/json-summary/coverage-summary.json) maybe you can...
Closing this, as I couldn't reproduce it.
This seems not actual, please close.
> I found this piece of code in my build: Thanks for the tip. In my case I hit this error because in my source code I had ```js import...
This helps me (143.0.1) ```css nav details.dropdown { display: inline-block; } ```