Skip to content

Commit

Permalink
Remove lib/ in gitignore and add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolasalan committed Feb 11, 2024
1 parent 684d10e commit 57da284
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Microvault
# Micro Vault

[![CI](https://github.com/microvault/microvault/actions/workflows/main.yaml/badge.svg)](https://github.com/microvault/microvault/actions/workflows/main.yaml)
[![codecov](https://codecov.io/gh/microvault/microvault/graph/badge.svg?token=WRTOBP06AW)](https://codecov.io/gh/microvault/microvault)
[![PyPI version](https://badge.fury.io/py/microvault.svg)](https://badge.fury.io/py/microvault)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lint = "black --check --diff . && ruff check --diff . && isort --check --diff ."
pre_test = "task lint"
test = "pytest -s -x --cov=microvault -vv"
post_test = "coverage html"
publish = "poetry publish -u __token__ -p $NOTAS_MUSICAIS_TOKEN"
publish = "poetry publish -u __token__ -p $MICROVAULT_TOKEN"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 57da284

Please sign in to comment.