We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6497392 commit 1545812Copy full SHA for 1545812
.github/workflows/ci.yml
@@ -17,3 +17,6 @@ jobs:
17
cache-dependency-path: setup.py
18
- run: pip install .[test]
19
- run: pytest --cov agatesql
20
+ - env:
21
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
+ run: coveralls --service=github
README.rst
@@ -2,6 +2,10 @@
2
:target: https://github.com/wireservice/agate-sql/actions
3
:alt: Build status
4
5
+.. image:: https://coveralls.io/repos/wireservice/agate-sql/badge.svg?branch=master
6
+ :target: https://coveralls.io/r/wireservice/agate-sql
7
+ :alt: Coverage status
8
+
9
.. image:: https://img.shields.io/pypi/dm/agate-sql.svg
10
:target: https://pypi.python.org/pypi/agate-sql
11
:alt: PyPI downloads
0 commit comments