-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support for Codecov.io report uploads #64
Comments
/kind feature |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
/lifecycle frozen |
Is your feature request related to a problem? Please describe.
AICoE-CI runs tests on PRs, would it be possible to upload the test coverage reports to the Codecov.io? This integration is available in other CI solutions like Travis, Jenkins, Circle-CI, Github Actions.
Describe the solution you'd like
After each test run, allow for optional (?) coverage report upload to codecov.io. The
CODECOV_TOKEN
can be stored in repository secrets and pulled by AICoE-CI during the test env setup.Describe alternatives you've considered
Additional context
Codecov.io in connection with Sourcegraph browser extension allows for much easier and faster review process and code health maintenance. It would be nice if we can use those tools in AICoE as well.
The text was updated successfully, but these errors were encountered: