opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Figure out if we can get integrations test code coverage when switching to Go 1.20 #640

Open michaelsauter opened 1 year ago

michaelsauter commented 1 year ago

Go 1.20 will ship with support for generating code coverage for integration tests, see https://go.dev/testing/coverage. It would be worth to investigate if we can configure this in the GitHub Actions tests.