Skip to content

Commit 5f577f2

Browse files
authored
Add Codecov badge to README
Added Codecov badge to README for test coverage tracking. Signed-off-by: Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>
1 parent a32b419 commit 5f577f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPDX-FileCopyrightText: 2026 Knitli Inc.
33
44
SPDX-License-Identifier: MIT OR Apache-2.0
55
-->
6-
6+
[![codecov](https://codecov.io/gh/knitli/exportify/graph/badge.svg?token=TV7RP2F9FG)](https://codecov.io/gh/knitli/exportify)
77
# exportify
88

99
**exportify** is a CLI tool and library for managing Python package exports: generating `__init__.py` files with lazy imports (using [`lateimport`](https://github.com/knitli/lateimport)), managing `__all__` declarations, and validating import consistency.

0 commit comments

Comments
 (0)