You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is your use-case and why do you need this feature?
I read recently about this format and some Github actions around it. It would be nice to considered as a Feature in the future
Describe the solution you'd like
Integrate the CTRF format to standardize the results
The text was updated successfully, but these errors were encountered:
Hi,
CTRF format is intended for saving test results. It contains a list of running tests and the status of the run.
Kover is a tool for for measuring the coverage, it isn't a testing framework. Its report contains a classes and methods with its covered/missed count.
Therefore, these reports are designed to store different information.
What is your use-case and why do you need this feature?
I read recently about this format and some Github actions around it. It would be nice to considered as a Feature in the future
Describe the solution you'd like
Integrate the CTRF format to standardize the results
The text was updated successfully, but these errors were encountered: