Skip to content

Commit

Permalink
coverage version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKimmig committed Oct 18, 2023
1 parent 25ad228 commit 28d1d1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Run tests
run: |
ls -la
coverage run -m unittest discover -s ./tests -p test_*.py
coverage lcov
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
A Python package for managing and persisting configurations with flexibility and ease.

[![PyPI Version](https://img.shields.io/pypi/v/WrapConfig)](https://pypi.org/project/WrapConfig/)
[![Coverage Status](https://coveralls.io/repos/github/JulianKimmig/WrapConfig/badge.svg?branch=main)](https://coveralls.io/github/JulianKimmig/WrapConfig?branch=main)
[![License](https://img.shields.io/pypi/l/WrapConfig)](https://github.com/your-username/WrapConfig/blob/main/LICENSE)
[![GitHub Stars](https://img.shields.io/github/stars/JulianKimmig/WrapConfig)](https://github.com/JulianKimmig/WrapConfig/stargazers)

Expand Down

0 comments on commit 28d1d1f

Please sign in to comment.