From 0f2cfe275551c3c684f4ab411690f3e1fea8f506 Mon Sep 17 00:00:00 2001 From: Ilya Vereshchagin Date: Fri, 30 Aug 2024 16:55:55 +0200 Subject: [PATCH] Replace print with logger (#76) * Replace print with logger * Update to 1.4.10 * Update to 1.4.11 * Update to 1.4.11 * Update to 1.4.11 * Update to 1.4.11 * Update to 1.4.11 * Update to 1.4.11 * Update to 1.4.11 * Update to 1.4.11 * Update to 1.4.11 * Update GA and README.md * Update GA and README.md * Update GA and README.md * Update GA and README.md * Rearrange project structure, add tests for upload_image * Rearrange project structure, add tests for upload_image * Rearrange project structure, add tests for upload_image * Fix linters * Fix linters * Fix linters * Fix linters * Fix linters * Fix linters * Fix linters * Add test_reporter_utils_delete_file.py * Add test_reporter_utils_delete_file.py * 100% cover "reporter_utils" * 100% cover "reporter_utils" * 100% cover "reporter_utils" * 100% cover "reporter_utils" * Add explicit coding (utf-8) * Added test_reporter_utils_case_stat.py * Added test_reporter_utils_csv_parser_*.py * Added test_reporter_utils_logger_config.py * Added test_engines_plotly_reporter_draw_automation_state_report.py * Added test_engines_plotly_reporter_draw_test_case_by_area.py * Added test_engines_plotly_reporter_draw_test_case_by_priority.py.py * Variate more params for draw functions * Add test_engines_plotly_reporter_draw_history_state_chart.py * Fix test against missed filename * Linter fixes * Linter fixes * Linter fixes * Linter fixes * Add explicit coding (utf-8) * Linter fixes * Linter fixes * Linter fixes * Linter fixes * Linter fixes * Linter fixes * Fix readme file * Update README.txt --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccfacdf..964705a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # TestRail reporter [![PyPI version](https://badge.fury.io/py/testrail-api-reporter.svg)](https://badge.fury.io/py/testrail-api-reporter) -[![Linters](https://github.com/wwakabobik/testrail-api-reporter/actions/workflows/master_linters.yml/badge.svg?branch=master)](https://github.com/wwakabobik/testrail-api-reporter/actions/workflows/master_linters.yml) -[![Tests](https://github.com/wwakabobik/testrail-api-reporter/actions/workflows/master_tests.yml/badge.svg?branch=master)](https://github.com/wwakabobik/testrail-api-reporter/actions/workflows/master_tests.yml) -[![Coverage Status](https://coveralls.io/repos/github/wwakabobik/testrail-api-reporter/badge.svg?branch=master)](https://coveralls.io/github/wwakabobik/testrail-api-reporter?branch=master) -[![codecov](https://codecov.io/gh/wwakabobik/testrail-api-reporter/graph/badge.svg?token=F1I7TBGE5U)](https://codecov.io/gh/wwakabobik/testrail-api-reporter) +[![Linters](https://github.com/wwakabobik/testrail_api_reporter/actions/workflows/master_linters.yml/badge.svg)](https://github.com/wwakabobik/testrail_api_reporter/actions/workflows/master_linters.yml) +[![Tests](https://github.com/wwakabobik/testrail_api_reporter/actions/workflows/master_tests.yml/badge.svg?branch=master)](https://github.com/wwakabobik/testrail_api_reporter/actions/workflows/master_tests.yml) +[![Coverage Status](https://coveralls.io/repos/github/wwakabobik/testrail_api_reporter/badge.svg)](https://coveralls.io/github/wwakabobik/testrail_api_reporter) +[![codecov](https://codecov.io/gh/wwakabobik/testrail_api_reporter/branch/master/graph/badge.svg?token=W7TH1XV2R4)](https://codecov.io/gh/wwakabobik/testrail_api_reporter) ![PyPI - License](https://img.shields.io/pypi/l/testrail-api-reporter) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/testrail-api-reporter) [![Downloads](https://static.pepy.tech/badge/testrail_api_reporter)](https://pepy.tech/project/testrail_api_reporter)