https://github.com/bergpb/flask-jenkins
Flask and Jenkins
https://github.com/bergpb/flask-jenkins
Last synced: 3 months ago
JSON representation
Flask and Jenkins
- Host: GitHub
- URL: https://github.com/bergpb/flask-jenkins
- Owner: bergpb
- Created: 2019-08-27T01:47:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:21:08.000Z (over 3 years ago)
- Last Synced: 2024-04-14T03:49:29.214Z (about 2 years ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Flask app with Jenkins
Installing and running:
1. Install dependencies: ```pipenv install```
2. Running all tests and coverage: ```tox```
Or command by command:
1. Running tests: ```pytest -v```
2. Run Coverage: ```coverage run app.py```
3. Show report: ```coverage report```
4. Create html page from report: ```coverage html```