covered
covered copied to clipboard
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
fix missing link
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...