Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCUMENTATION] Add QA Badges to Package Readmes #369

Closed
silkentrance opened this issue Dec 3, 2022 · 0 comments · Fixed by #372
Closed

[DOCUMENTATION] Add QA Badges to Package Readmes #369

silkentrance opened this issue Dec 3, 2022 · 0 comments · Fixed by #372

Comments

@silkentrance
Copy link
Member

silkentrance commented Dec 3, 2022

Following up on #364, we should add some QA badges to our packages.

The following badges should be included:

E.g.

Coverage Quality Gate Status

SonarCloud Coverage Badge

E.g.

[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=testdeck_di_typedi&metric=coverage)](https://sonarcloud.io/summary/new_code?id=testdeck_di_typedi)

SonarCloud Quality Gate Badge

E.g.

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=testdeck_di_typedi&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=testdeck_di_typedi)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment