Stefan4472 / Stefans-Blog

Personal blogging platform built in Python
MIT License
0 stars 0 forks source link

Github CI Pipeline #86

Closed Stefan4472 closed 1 year ago

Stefan4472 commented 1 year ago

Set up CI using Github actions. The workflow should run linting (#81) and run the pytests. As an optional extra, it could calculate test coverage and create a Github project badge.

https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

Stefan4472 commented 1 year ago

Note: requires properly-set requirements.txt, so that the project can be properly installed. Therefore blocked by #82

Stefan4472 commented 1 year ago

Working! Github Actions is awesome.