Skip to content

Commit

Permalink
AddCItoInstallation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel committed Feb 17, 2024
1 parent 14c4058 commit 4baa0a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ The PyHeatDemand repository can be forked or cloned from https://github.com/Alex
git clone https://github.com/AlexanderJuestel/pyheatdemand.git

A list of `requirements.txt <https://github.com/AlexanderJuestel/pyheatdemand/blob/main/requirements.txt>`_ and an `environment.yml <https://github.com/AlexanderJuestel/pyheatdemand/blob/main/environment.yml>`_ can be found in the repository.


Continuous Integration
_______________________

A CI is present to test the current code. It can be initiated using `pytest --cov` within the `test` folder. After
running the tests, `coverage report -m` can be executed to get an report on the coverage and which lines are not covered
by the tests.

0 comments on commit 4baa0a6

Please sign in to comment.