Can dotCover reports on Unity's tests be generated via command line?
Answered
I see that JetBrains Rider supports dotcover report generation on Unit tests belonging to a Unity project. I would like to generate this report via a build server.
Is there a way to run unity tests, and generate dotcover report via command line?
Thanks!
Please sign in to leave a comment.
Hello Garrett,
Yes, it is possible, please refer to the following YT issue: DCVR-10117. There is also an example of the command:
Let me know if you have other questions.