Skip to content

Commit cc4e3ae

Browse files
authored
Merge pull request #4 from nolar/readme-and-coverage
Add readme badges & disable nonworking coveralls
2 parents 22d76d5 + 9bc5fc0 commit cc4e3ae

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
- run: coverage run --branch --source=kmock -m pytest --color=yes --timeout=2
4141
- run: coverage xml
4242

43-
- name: Publish coverage to Coveralls.io
44-
if: success()
45-
run: coveralls --service=github
46-
env:
47-
GITHUB_TOKEN: ${{ secrets.github_token }}
48-
continue-on-error: true
4943
- name: Publish coverage to CodeCov.io
5044
uses: codecov/codecov-action@v5
5145
if: success()
@@ -77,15 +71,3 @@ jobs:
7771
- run: pip install --upgrade pip wheel setuptools
7872
- run: pip install --group test -e .
7973
- run: pytest --color=yes --timeout=2
80-
81-
coveralls-finish:
82-
name: Finalize coveralls.io
83-
needs: [unit-tests, pypy-tests]
84-
runs-on: ubuntu-24.04
85-
steps:
86-
- uses: actions/setup-python@v6
87-
- run: pip install coveralls
88-
- run: coveralls --service=github --finish
89-
env:
90-
GITHUB_TOKEN: ${{ secrets.github_token }}
91-
continue-on-error: true

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# HTTP/API/Kubernetes Mock Server for Python
22

3+
[![GitHub](https://img.shields.io/github/stars/nolar/kmock?style=flat&label=GitHub%E2%AD%90%EF%B8%8F)](https://github.com/nolar/kmock)
4+
[![CI](https://github.com/nolar/kmock/actions/workflows/ci.yaml/badge.svg)](https://github.com/nolar/kmock/actions/workflows/ci.yaml)
5+
[![codecov](https://codecov.io/gh/nolar/kmock/graph/badge.svg?token=MUJFPDGD9K)](https://codecov.io/gh/nolar/kmock)
6+
[![Supported Python versions](https://img.shields.io/pypi/pyversions/kmock.svg)](https://pypi.org/project/kmock/)
7+
38
— Kmock-kmock…
49

510
— Who's there?

0 commit comments

Comments
 (0)