Skip to content

Commit 82fda13

Browse files
committed
Added badges to README
1 parent 4661400 commit 82fda13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
.. image:: https://github.com/agronholm/sqlacodegen/actions/workflows/test.yml/badge.svg
2+
:target: https://github.com/agronholm/sqlacodegen/actions/workflows/test.yml
3+
:alt: Build Status
4+
.. image:: https://coveralls.io/repos/github/agronholm/sqlacodegen/badge.svg?branch=master
5+
:target: https://coveralls.io/github/agronholm/sqlacodegen?branch=master
6+
:alt: Code Coverage
7+
18
This is a tool that reads the structure of an existing database and generates the appropriate
29
SQLAlchemy model code, using the declarative style if possible.
310

0 commit comments

Comments
 (0)