pulumi / pulumi-yaml

YAML language provider for Pulumi
Apache License 2.0
39 stars 12 forks source link

Workflow failure: Periodically capture coverage #504

Closed pulumi-bot closed 7 months ago

pulumi-bot commented 1 year ago

Workflow Failure

Periodically capture coverage has failed. See the list of failures below:

justinvp commented 1 year ago

We shouldn't need periodic coverage for this repo, since we don't run a different set of tests between PRs and merges. Remove this cron workflow, and update how we upload coverage data so we do it "all or none" like https://github.com/pulumi/pulumi/issues/13835

justinvp commented 7 months ago

Going to close this. The failure is no longer happening. While we shouldn't need this cron for uploading coverage, it is still good to have a cron running tests on a regular basis.