StackStorm / st2

StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html

Home Page:https://stackstorm.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix CI / Unit Tests Failing

FileMagic opened this issue · comments

SUMMARY

There are currently failing tests in the StackStorm/st2 repo. This issue is going along with the MR to fix this issue and explain some of the decisions made while fixing the issue.

Steps to reproduce the problem

Push to a branch on the StackStorm/st2 project and you will see the following failures currently.

Screenshot from 2023-10-15 18-05-59

These errors seem to occurring due to the coverage being frozen as seen in ./scripts/ci/submit-codecov-coverage.sh

image

So it looks like codecov was actually deprecated as of February 1, 2022.

This uploader is being deprecated by the Codecov team. We recommend migrating to our new uploader as soon as possible to prevent any lapses in coverage. The new uploader is open source, and we highly encourage submitting Issues and Pull Requests.

So I am going to take a look at using the new uploader to get stuff going. I haven't ever used this so I'll take a look and see what I can do as I have some time here over the next week.

deprecated

Thanks for research!