Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
|
would be nice to split java version upgrade from code coverage integration. |
| jobs: | ||
| build: | ||
| uses: HSLdevcom/transitdata-shared-workflows/.github/workflows/ci-cd-java.yml@main | ||
| uses: HSLdevcom/transitdata-shared-workflows/.github/workflows/ci-cd-java.yml@feature/59649-measure-test-coverage |
There was a problem hiding this comment.
will you change this feature/59649-measure-test-coverage?
There was a problem hiding this comment.
Yes, after the transitdata-shared-workflows PR will be merged and a new release will be available.
| @@ -0,0 +1,11 @@ | |||
| <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" | |||
There was a problem hiding this comment.
These settings are copy&pasted in the Docker image and they are needed for being able to build & execute tests inside a Docker container.
Please check out how the actual Dockerfile is looking like.
No description provided.