File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed
Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 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()
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
Original file line number Diff line number Diff line change 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?
You can’t perform that action at this time.
0 commit comments