File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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+
37Enhance Flask development workflow with powerful CLI commands for inspecting application.
48
59## Why this ` Plugin ` ?
You can’t perform that action at this time.
0 commit comments