Skip to content

Latest commit

 

History

History
executable file
·
35 lines (25 loc) · 1.85 KB

README.md

File metadata and controls

executable file
·
35 lines (25 loc) · 1.85 KB
SonarCloud

Vulnerabilities Lines of Code Maintainability Rating Security Rating Code Smells

Start local (docker)

rm -rf .env && ./docker/env.sh Development >>.env && docker-compose -f docker-compose.yml up --build

Api start local

sudo kill -9 $(lsof -t -i:9999) && ./docker/env.sh Local >> .env && ./docker/api/api.sh Local

Run integration testing (testcontainers)

python tests/contour_up.py

Mirror gitlab

GitLab Mirror

Stats

coverage

tests

flake8