Remove coveralls.io and generate coverage badge locally
This commit is contained in:
parent
030fd258d0
commit
fe995baed6
8 changed files with 61 additions and 71 deletions
17
README.md
17
README.md
|
|
@ -1,9 +1,7 @@
|
|||
To be updated. Moved to ~CodeBerg~ Zaclys
|
||||
|
||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||
[](https://www.python.org/) [](https://github.com/psf/black) [](https://flask.palletsprojects.com)
|
||||
|
||||
[](https://github.com/kianby/stacosys) [](https://coveralls.io/github/kianby/stacosys?branch=main) [](https://hub.docker.com/r/kianby/stacosys)
|
||||
[](https://github.com/kianby/stacosys) 
|
||||
|
||||
## Stacosys
|
||||
|
||||
|
|
@ -47,17 +45,16 @@ Stacosys offers a REST API to retrieve and post comments. Static blog is HTML-ba
|
|||
|
||||
### Installation
|
||||
|
||||
Build and Dependency management relies on [Rye](https://rye-up.com/) but you can also use [Docker image](https://hub.docker.com/r/kianby/stacosys).
|
||||
Build and Dependency management relies on [uv](https://docs.astral.sh/uv/)
|
||||
|
||||
Build executable with pyinstaller
|
||||
Run tests and coverage
|
||||
|
||||
make test
|
||||
|
||||
Build docker image
|
||||
|
||||
make build
|
||||
|
||||
Update dependencies and sync virtual env
|
||||
|
||||
rye lock --update-all
|
||||
rye sync
|
||||
|
||||
### Improvements
|
||||
|
||||
Stacosys fits my needs, and it manages comments on [my blog](https://blogduyax.madyanne.fr) for a while. I don't have any plan to make big changes, it's more a python playground for me. So I strongly encourage you to fork and enhance the project if you need additional features.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue