Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.21 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.21 KB
Asuna

Asuna

🗡️A code coverage report tool for your project.

Features

  • Create project for store your coverage report
  • Upload coverage report via GitHub action
  • Rich rendered coverage report

Supported coverage report

Using Asuna with your project

More info in wiki

Start developing asuna

This project required

Copy .env.example to .env and fill the value

cat .env.example > .env

Install dependencies

poetry install

Migrate database

poetry run python manage.py migrate

Run server

poetry run python manage.py runserver

If you want to stay in the poetry shell, you can run

poetry shell

Contributing

Currently this project is much ready now but not available for some feature like collaboration. If you have any idea or want to contribute, feel free to open an issue or pull request!