Skip to content

Commit 542b90a

Browse files
committed
📝 Add CI/CD and Codecov badges
1 parent eca49c9 commit 542b90a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Collection of git hooks for Terraform to be used with [pre-commit framework](http://pre-commit.com/)
22

33
[![Github tag](https://img.shields.io/github/tag/antonbabenko/pre-commit-terraform.svg)](https://github.com/antonbabenko/pre-commit-terraform/releases) ![maintenance status](https://img.shields.io/maintenance/yes/2024.svg) [![Help Contribute to Open Source](https://www.codetriage.com/antonbabenko/pre-commit-terraform/badges/users.svg)](https://www.codetriage.com/antonbabenko/pre-commit-terraform)
4+
[![CI/CD Badge]][CI/CD]
5+
[![Codecov Badge]][Codecov]
6+
7+
[CI/CD Badge]:
8+
https://github.com/antonbabenko/pre-commit-terraform/actions/workflows/ci-cd.yml/badge.svg?branch=master
9+
[CI/CD]:
10+
https://github.com/antonbabenko/pre-commit-terraform/actions/workflows/ci-cd.yml
11+
12+
[Codecov Badge]:
13+
https://codecov.io/gh/antonbabenko/pre-commit-terraform/branch/master/graph/badge.svg?flags[]=pytest
14+
[Codecov]: https://app.codecov.io/gh/antonbabenko/pre-commit-terraform?flags[]=pytest
415

516
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
617

0 commit comments

Comments
 (0)