Skip to content

Commit 2ee3a73

Browse files
committed
chore(dev): add pytest-cov to dev dependencies
docs(readme): link LICENSE to GitHub URL
1 parent a93d9b0 commit 2ee3a73

3 files changed

Lines changed: 123 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ $ pacta history trends .
146146

147147
## License
148148

149-
Apache-2.0. See [LICENSE](./LICENSE).
149+
Apache-2.0. See [LICENSE](https://github.com/akhundMurad/pacta/blob/main/LICENSE).

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dev = [
4040
"ty>=0.0.13",
4141
"mkdocs-material>=9.7.1",
4242
"ruff>=0.14.14",
43+
"pytest-cov>=7.0.0",
4344
]
4445

4546
[project.scripts]

0 commit comments

Comments
 (0)