You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Ideally the codecov publishing job would try to retry publishing several times with couple minutes in between. The codecov server is returning error intermittently
test-unit-workspace
,code-coverage-aries-vcx-unit-tests
(and other jobs of the same pattern) we are running the same testsThe text was updated successfully, but these errors were encountered: