2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Fix removed stuff from merge 99676ee

This commit is contained in:
Matthias
2022-05-30 20:09:27 +02:00
parent 0db69252d7
commit 6f498d6292
8 changed files with 115 additions and 211 deletions

View File

@ -133,6 +133,22 @@ jobs:
invoke check-server
coverage run -m unittest discover -s test/
docstyle:
name: Style [Python Docstrings]
runs-on: ubuntu-20.04
needs: pre-commit
continue-on-error: true
steps:
- uses: actions/checkout@v1
- name: Enviroment Setup
uses: ./.github/actions/setup
with:
install: true
- name: Run flake8
run: flake8 InvenTree
coverage:
name: Tests - DB [SQLite] + Coverage
runs-on: ubuntu-20.04