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

CI: Refactor codecov #677

Open
Patrik-Stas opened this issue Dec 1, 2022 · 1 comment
Open

CI: Refactor codecov #677

Patrik-Stas opened this issue Dec 1, 2022 · 1 comment
Assignees
Labels

Comments

@Patrik-Stas
Copy link
Contributor

  • Right now there's duplication in CI, as in jobs test-unit-workspace, code-coverage-aries-vcx-unit-tests (and other jobs of the same pattern) we are running the same tests
  • Instead, we should:
    • 1st job: run tests with codecoverage, store the coverage as artifact, or in cache
    • 2nd job: load up the cache and upload it to codecov.io
@Patrik-Stas Patrik-Stas added the ci label Dec 1, 2022
@Patrik-Stas
Copy link
Contributor Author

Ideally the codecov publishing job would try to retry publishing several times with couple minutes in between. The codecov server is returning error intermittently

@Patrik-Stas Patrik-Stas moved this to Backlog in aries-vcx Jan 11, 2023
@Patrik-Stas Patrik-Stas self-assigned this Jan 11, 2023
@Patrik-Stas Patrik-Stas moved this from Backlog to In Progress in aries-vcx Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

1 participant