Skip to content

Commit

Permalink
Docs (#27)
Browse files Browse the repository at this point in the history
* docs: Introduce mkdocs

* ci: Add docs workflow

* ci: Force mkdocs deployment

* ci: Make docs deployment verbose

* ci: Test docs deployment

* docs: Adjust README

* docs: Highlight benefits

* docs: Make benefit clearer

* ci: Use new folder for mypy checks

* ci: Set right path for pytest

---------

Co-authored-by: Simon Steinheber <simon.steinheber@maibornwolff.de>
  • Loading branch information
stoney95 and simon-steinheber-mw committed Mar 18, 2023
1 parent 637897d commit 3b165c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
mypy ./pypely --ignore-missing-imports --install-types --non-interactive
- name: Run unit tests
run: |
export PYTHONPATH=/home/runner/work/pypely/pypely/src:/home/runner/work/pypely/pypely/examples
pytest --cov-report xml:package_cov.xml --cov=src tests/
export PYTHONPATH=/home/runner/work/pypely/pypely/pypely:/home/runner/work/pypely/pypely/examples
pytest --cov-report xml:package_cov.xml --cov=pypely tests/
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 3b165c1

Please sign in to comment.