covered icon indicating copy to clipboard operation
covered copied to clipboard

Results 9 covered issues
Sort by recently updated
recently updated
newest added

I have a project that instantiates a few FIFOs using generate for. covered score crashes with ERROR! Referencing undefined named block hierarchy (read_st) in module iob_fifo_async, file iob_i2s_tdm_pp.v, line 747...

Got the following error when running no specs: ``` An error occurred in an `after(:suite)` hook. Failure/Error: packer.flush Encoding::UndefinedConversionError: "\x83" from ASCII-8BIT to UTF-8 # /Users/choubacha/.rvm/gems/ruby-2.6.8@v3/gems/covered-0.14.0/lib/covered/persist.rb:84:in `write' # /Users/choubacha/.rvm/gems/ruby-2.6.8@v3/gems/covered-0.14.0/lib/covered/persist.rb:84:in `flush'...

This fixes a few typos where `path` and `@path` were used interchangably, and fixes an error serializing data to disk when UTF-8 was used as the internal encoding (e.g. in...

@bryanmacfarlane I wanted to try to give you some feedback regarding some of the new features. Maybe you have some suggestions or ideas about how I can implement it better....

Is this by design, or an oversight? this leads to drastically different results than simplecov when files have a lot of `require`s

Thank you for your work on having better coverage reports! Maybe i overlooked it but i could not find any hints on how to produce an output on the README...

Fix #32 The minitest integration was exiting with success even if missing coverage. Ideally it should exit with an error status, so integration processes can be halted and failures easily...

To incorporate this gem as part of a CI process, the tests suite should return a non-success exit code when coverage failed. For minitest, ignoring thresholds (considering anything bellow 100%...