Mailinglist Archive: yast-devel (53 mails)
< Previous | Next > |
[yast-devel] new way how to track all files for test coverage
- From: Josef Reidinger <jreidinger@xxxxxxx>
- Date: Tue, 10 Jan 2017 16:24:02 +0100
- Message-id: <20170110162402.000cdb23@pepa.labs.suse.cz>
Hi,
after some problem in past and nowadays with requiring all code in src
except clients ( causing various crashes and inprecise test coverage
due to clients exclude ), I tested new way[1] using simplecov
configuration and it looks working and good.
So please for future enabling of test coverage or when require all
break again, please use new way with
SimpleCov.track_files("#{src_location}/**/*.rb")
Thanks
Josef
[1] https://github.com/yast/yast-bootloader/pull/401/files
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: yast-devel+owner@xxxxxxxxxxxx
after some problem in past and nowadays with requiring all code in src
except clients ( causing various crashes and inprecise test coverage
due to clients exclude ), I tested new way[1] using simplecov
configuration and it looks working and good.
So please for future enabling of test coverage or when require all
break again, please use new way with
SimpleCov.track_files("#{src_location}/**/*.rb")
Thanks
Josef
[1] https://github.com/yast/yast-bootloader/pull/401/files
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: yast-devel+owner@xxxxxxxxxxxx
< Previous | Next > |