codecov / standards

List of Codecov language standards
MIT License
8 stars 9 forks source link

Added Script to Trigger Autotest CircleCI Build After Standards Run #9

Closed aviquez96 closed 3 years ago

aviquez96 commented 3 years ago

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