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
This issue will be used as epic. If you start working on one of the coverage importers create a new issue with the following information:
Description
As a user, I want to have a test coverage importer for language "placeholder", so that I can import code coverage.
Acceptance criteria
is able to import "format" reports
works as the other importers
-- supports compression
-- is pipeable
-- creates a valid code charta map
-- output is mergeable with other maps
-- can be run from cli
Example: "ccsh coverageimport 'fileName'"
The text was updated successfully, but these errors were encountered:
Feature request
Description
As a user, I want to be able to import different test coverage reports, to see the code coverage in codecharta
Sonar has a great ability to import different code coverage reports. Inspired by their options we want to support multiple options. https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/test-coverage/overview/
Acceptance criteria
Assumptions & Exclusions
Development notes (optional Task Breakdown)
Extra information
This issue will be used as epic. If you start working on one of the coverage importers create a new issue with the following information:
Description
As a user, I want to have a test coverage importer for language "placeholder", so that I can import code coverage.
Acceptance criteria
-- supports compression
-- is pipeable
-- creates a valid code charta map
-- output is mergeable with other maps
-- can be run from cli
Example: "ccsh coverageimport 'fileName'"
The text was updated successfully, but these errors were encountered: