Skip to content

Commit f24d641

Browse files
committed
fix: update coverage badge URLs in README.md and index.rst for consistency
1 parent 96be830 commit f24d641

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.21][0.6.21] - 2026-02-20
9+
10+
### Fixed
11+
12+
- Removed license classifier from pyproject.toml to comply with PEP 639 (license expression supersedes classifiers)
13+
- Removed duplicate license field from setup.py to avoid conflict with pyproject.toml
14+
- Updated coverage badge format to new codecov.io URL structure
15+
816
## [0.6.19][0.6.19] - 2026-02-20
917

1018
### Fixed
@@ -710,6 +718,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
710718

711719
Experimentation phase before formal semantic versioning, establishing core dimensional analysis concepts and data structures.
712720

721+
[0.6.21]: https://github.com/DASA-Design/PyDASA/compare/v0.6.19...v0.6.21
713722
[0.6.19]: https://github.com/DASA-Design/PyDASA/compare/v0.6.18...v0.6.19
714723
[0.6.18]: https://github.com/DASA-Design/PyDASA/compare/v0.6.15...v0.6.18
715724
[0.6.15]: https://github.com/DASA-Design/PyDASA/compare/v0.6.13...v0.6.15

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
[![PyPI](https://img.shields.io/pypi/v/pydasa?cache=none)](https://pypi.org/project/pydasa/) [![Python Version](https://img.shields.io/pypi/pyversions/pydasa)](https://pypi.org/project/pydasa/) [![License](https://img.shields.io/github/license/DASA-Design/PyDASA)](https://github.com/DASA-Design/PyDASA/blob/main/LICENSE) [![Documentation Status](https://readthedocs.org/projects/pydasa/badge/?version=latest)](https://pydasa.readthedocs.io) [![Coverage](https://codecov.io/gh/DASA-Design/PyDASA/branch/main/graph/badge.svg)](https://codecov.io/gh/DASA-Design/PyDASA)
5+
[![PyPI](https://img.shields.io/pypi/v/pydasa?cache=none)](https://pypi.org/project/pydasa/) [![Python Version](https://img.shields.io/pypi/pyversions/pydasa)](https://pypi.org/project/pydasa/) [![License](https://img.shields.io/github/license/DASA-Design/PyDASA)](https://github.com/DASA-Design/PyDASA/blob/main/LICENSE) [![Documentation Status](https://readthedocs.org/projects/pydasa/badge/?version=latest)](https://pydasa.readthedocs.io) [![codecov](https://codecov.io/gh/DASA-Design/PyDASA/graph/badge.svg)](https://codecov.io/gh/DASA-Design/PyDASA)
66

77
</div>
88

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PyDASA
2222
:target: https://pydasa.readthedocs.io
2323
:alt: Documentation Status
2424

25-
.. |coverage| image:: https://codecov.io/gh/DASA-Design/PyDASA/branch/main/graph/badge.svg
25+
.. |coverage| image:: https://codecov.io/gh/DASA-Design/PyDASA/graph/badge.svg
2626
:target: https://codecov.io/gh/DASA-Design/PyDASA
2727
:alt: Coverage
2828

0 commit comments

Comments
 (0)