Autotest has a circleCI job that builds and pushes a docker image to Dockerhub. This image clones each codecov-standard repo along its latest coverage data found in https://github.com/codecov/standards/tree/master/coverage_data. There's a Github Action already in place in this (Standards) repo that uploads the latest coverage data on a daily basis. The changes in this PR add to the existing GHA logic by triggering the Autotest circleCI job after it finishes running and uploading coverage data back to Standards
Added a script to trigger a circleCI job in Autotest repo. There is a 15 minute manual delay to account for the report that takes longest to process and upload coverage data (Swift repository, takes ~6-8 minutes).
Autotest has a circleCI job that builds and pushes a docker image to Dockerhub. This image clones each codecov-standard repo along its latest coverage data found in https://github.com/codecov/standards/tree/master/coverage_data. There's a Github Action already in place in this (Standards) repo that uploads the latest coverage data on a daily basis. The changes in this PR add to the existing GHA logic by triggering the Autotest circleCI job after it finishes running and uploading coverage data back to Standards