Skip to content

Commit

Permalink
add flake8 and tests badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazarinh0 committed Jun 9, 2023
1 parent 46acac0 commit bfbc7a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Actions Status](https://github.com/Nazarinh0/algorithms-project-69/workflows/hexlet-check/badge.svg)](https://github.com/Nazarinh0/algorithms-project-69/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/d6535725cdca173cbec1/maintainability)](https://codeclimate.com/github/Nazarinh0/algorithms-project-69/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/d6535725cdca173cbec1/test_coverage)](https://codeclimate.com/github/Nazarinh0/algorithms-project-69/test_coverage)
[![Flake8 and Testing](https://github.com/Nazarinh0/algorithms-project-69/actions/workflows/linter-check.yml/badge.svg)](https://github.com/Nazarinh0/algorithms-project-69/actions/workflows/linter-check.yml)

# Search Engine Project
The Internet is hard to imagine without search engines. To make them work effectively, different search engines are used. In this project, we will write our own implementation of a search engine.
Expand Down

0 comments on commit bfbc7a6

Please sign in to comment.