Skip to content

Commit a9990e9

Browse files
committed
update coverage badge
1 parent 0d84f44 commit a9990e9

3 files changed

Lines changed: 166 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,3 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

images/coverage.svg

Lines changed: 165 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)