Skip to content

Commit 9a7b34d

Browse files
authored
Merge pull request #1 from curskey/develop
Readme.md and Coveralls actions
2 parents 365f277 + b40f18f commit 9a7b34d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,10 @@ jobs:
3535
run: uv sync --locked
3636

3737
- name: Test with pytest
38-
run: uv run pytest
38+
run: uv run pytest --cov-report term --cov-report xml:coverage.xml
39+
40+
- name: Coveralls
41+
uses: coverallsapp/github-action@v2
42+
env:
43+
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44+

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Flask-CLI-Extend
22

3+
[![Tests](https://github.com/curskey/flask-cli-extend/actions/workflows/tests.yaml/badge.svg)](https://github.com/curskey/flask-cli-extend/actions/workflows/tests.yaml)
4+
[![Coverage](https://coveralls.io/repos/github/curskey/flask-cli-extend/badge.svg?branch=main)](https://coveralls.io/github/curskey/flask-cli-extend?branch=main)
5+
[![PyPI version](https://badge.fury.io/py/flask-cli-extend.svg)](https://badge.fury.io/py/flask-cli-extend)
6+
37
Enhance Flask development workflow with powerful CLI commands for inspecting application.
48

59
## Why this `Plugin`?

0 commit comments

Comments
 (0)