File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 run : bandit -c pyproject.toml -r .
2929 - name : Generate test coverage report
3030 run : pytest
31- - name : " Upload coverage to Codecov"
32- uses : codecov/codecov-action@v5
33- with :
34- token : ${{ secrets.CODECOV_TOKEN }} # supposedly not required for public repos
35- slug : semuconsulting/pyunigps
36- fail_ci_if_error : true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This is an independent project and we have no affiliation whatsoever with Unicor
2222![ Status] ( https://img.shields.io/pypi/status/pyunigps )
2323![ Release] ( https://img.shields.io/github/v/release/semuconsulting/pyunigps?include_prereleases )
2424![ Build] ( https://img.shields.io/github/actions/workflow/status/semuconsulting/pyunigps/main.yml?branch=main )
25- ![ Codecov ] ( https://img.shields.io/codecov/c/github/semuconsulting/pyunigps )
25+ ![ Coverage ] ( https://github.com/semuconsulting/pyunigps/blob/main/images/coverage.svg?raw=true )
2626![ Release Date] ( https://img.shields.io/github/release-date-pre/semuconsulting/pyunigps )
2727![ Last Commit] ( https://img.shields.io/github/last-commit/semuconsulting/pyunigps )
2828![ Contributors] ( https://img.shields.io/github/contributors/semuconsulting/pyunigps.svg )
You can’t perform that action at this time.
0 commit comments