Does it report unit test coverage? #161
Answered
by
leelaprasadv
Monoametsi
asked this question in
Q&A
-
Does it report unit test coverage? |
Beta Was this translation helpful? Give feedback.
Answered by
leelaprasadv
Mar 28, 2024
Replies: 1 comment
-
@Monoametsi Can you elaborate on your question? If you are looking for code coverage reports from unit tests- No If you are referring to Unit test results - Yes, For more details: https://test-results-reporter.github.io/guides/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ASaiAnudeep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Monoametsi Can you elaborate on your question?
If you are looking for code coverage reports from unit tests- No
If you are referring to Unit test results - Yes,
test-results-reporter
can report test execution results (any kind) that are generated in any of the supported formats (ex: TestNG, JUnit, Cucumber, Mocha, XUnit) to supported channels/targets.For more details: https://test-results-reporter.github.io/guides/