Skip to content

Commit

Permalink
Merge pull request #4 from vil02/add_badges_to_package_readme
Browse files Browse the repository at this point in the history
docs: add third party badges
  • Loading branch information
vil02 authored Jul 21, 2024
2 parents 98faf7b + 3b1ed1e commit b83afb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions puzzle_generator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
`puzzle_generator`
==================

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=vil02_puzzle_generator&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=vil02_puzzle_generator)
[![codecov](https://codecov.io/gh/vil02/puzzle_generator/graph/badge.svg?token=C4HUFJ9QJH)](https://codecov.io/gh/vil02/puzzle_generator)
[![CodeFactor](https://www.codefactor.io/repository/github/vil02/puzzle_generator/badge)](https://www.codefactor.io/repository/github/vil02/puzzle_generator)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0f53341a63914f1f9656782bff0e5089)](https://app.codacy.com/gh/vil02/puzzle_generator/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

Basic functionality of
[`puzzle_generator`](https://github.com/vil02/puzzle_generator)
it to generate a piece of python code representing a puzzle/quiz.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "puzzle-generator"
version = "0.1.0"
version = "0.1.1"
description = "Generates python code representing a puzzle"
authors = ["piotr.idzik <[email protected]>"]
readme = "./puzzle_generator/README.md"
Expand Down

0 comments on commit b83afb7

Please sign in to comment.