File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright [yyyy] [name of copyright owner]
189+ Copyright 2025 Nikita Filonov
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11# Swagger Coverage Tool
22
3+ [ ![ CI] ( https://github.com/Nikita-Filonov/ai-review/actions/workflows/workflow-test.yml/badge.svg )] ( https://github.com/Nikita-Filonov/swagger-coverage-tool/actions/workflows/workflow-test.yml )
4+ [ ![ codecov] ( https://codecov.io/gh/Nikita-Filonov/ai-review/branch/main/graph/badge.svg )] ( https://codecov.io/gh/Nikita-Filonov/swagger-coverage-tool )
5+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/xai-review.svg )] ( https://pypi.org/project/swagger-coverage-tool/ )
6+ [ ![ License] ( https://img.shields.io/github/license/Nikita-Filonov/ai-review )] ( ./LICENSE )
7+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/Nikita-Filonov/ai-review?style=social )] ( https://github.com/Nikita-Filonov/swagger-coverage-tool/stargazers )
8+
39The Swagger Coverage Tool is designed to measure API test coverage based on Swagger documentation. It provides automated
410tracking and reporting of test coverage for APIs, helping ensure that your endpoints and services are well-tested.
511
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " swagger-coverage-tool"
7- version = " 0.27 .0"
7+ version = " 0.28 .0"
88description = " A tool for measuring API test coverage based on Swagger"
99readme = { file = " README.md" , content-type = " text/markdown" }
1010license = { text = " MIT" }
You can’t perform that action at this time.
0 commit comments