Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coverage report importer #3930

Open
ChristianHuehn opened this issue Feb 13, 2025 · 0 comments
Open

Coverage report importer #3930

ChristianHuehn opened this issue Feb 13, 2025 · 0 comments
Labels

Comments

@ChristianHuehn
Copy link
Collaborator

ChristianHuehn commented Feb 13, 2025

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

  • JavaScript / Typescript
  • Java
  • .NET
  • Python
  • PHP
  • C
  • C++
  • Do we also want a "Generic format" like sonarQube does?

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

  • 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'"

@ChristianHuehn ChristianHuehn changed the title Draft: Coverage report importer Coverage report importer Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant