Skip to content

Commit faf6946

Browse files
authored
feat(readme): Add badges (supabase#306)
1 parent 74420b6 commit faf6946

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@
99
<h1 align="center">ETL</h1>
1010

1111
<p align="center">
12+
<a href="https://github.com/supabase/etl/actions/workflows/ci.yml">
13+
<img alt="CI" src="https://github.com/supabase/etl/actions/workflows/ci.yml/badge.svg?branch=main">
14+
</a>
15+
<a href="https://coveralls.io/github/supabase/etl?branch=main">
16+
<img alt="Coverage Status" src="https://coveralls.io/repos/github/supabase/etl/badge.svg?branch=main">
17+
</a>
18+
<a href="https://github.com/supabase/etl/actions/workflows/docs.yml">
19+
<img alt="Docs" src="https://github.com/supabase/etl/actions/workflows/docs.yml/badge.svg?branch=main">
20+
</a>
21+
<a href="https://github.com/supabase/etl/actions/workflows/docker-build.yml">
22+
<img alt="Docker Build" src="https://github.com/supabase/etl/actions/workflows/docker-build.yml/badge.svg?branch=main">
23+
</a>
24+
<a href="https://github.com/supabase/etl/actions/workflows/audit.yml">
25+
<img alt="Security Audit" src="https://github.com/supabase/etl/actions/workflows/audit.yml/badge.svg?branch=main">
26+
</a>
27+
<a href="LICENSE">
28+
<img alt="License" src="https://img.shields.io/badge/License-Apache_2.0-blue.svg">
29+
</a>
30+
<br />
1231
Build real-time Postgres replication applications in Rust
1332
<br />
1433
<a href="https://supabase.github.io/etl"><strong>Documentation</strong></a>

0 commit comments

Comments
 (0)