Skip to content

Commit d6b96a1

Browse files
author
Nikita Filonov
committed
docs
1 parent 2b8d021 commit d6b96a1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
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.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
The Swagger Coverage Tool is designed to measure API test coverage based on Swagger documentation. It provides automated
410
tracking and reporting of test coverage for APIs, helping ensure that your endpoints and services are well-tested.
511

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "swagger-coverage-tool"
7-
version = "0.27.0"
7+
version = "0.28.0"
88
description = "A tool for measuring API test coverage based on Swagger"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)