agera-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
0 stars 2 forks source link

IdentityHub - Test reports and code coverage #250

Closed Izzzu closed 2 years ago

Izzzu commented 2 years ago

Description

Identityhub workflow executes Unit and Integration tests. We want to have the test coverage reports gathered and reported under each PR the same way it's done in EDC repository (using Codecov).

(Similar Pattern is followed in EDC https://github.com/eclipse-dataspaceconnector/DataSpaceConnector/blob/30198170ffa3fe3609ed6778953a1e963ac7703b/.github/actions/run-tests/action.yml#L14 and publishing code coverage reports to Codecov: https://github.com/eclipse-dataspaceconnector/DataSpaceConnector/blob/30198170ffa3fe3609ed6778953a1e963ac7703b/.github/workflows/verify.yaml#L448)

Acceptance Criteria

Tasks

Same as acceptance criteria.