Skip to content

Commit

Permalink
Replace print with logger (#76)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
wwakabobik committed Aug 30, 2024
1 parent 1ea62db commit 0f2cfe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 0f2cfe2

Please sign in to comment.