diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 070bcec..da276fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,8 +72,8 @@ jobs: export PYTHONUSERBASE=${HOME}/.local pip install --user wheel pip install --user -r requirements.txt - ${PYTHONUSERBASE}/bin/pylint ${GITHUB_WORKSPACE}/mrmat_python_api_flask - PYTHONPATH=${GITHUB_WORKSPACE} python -m pytest --cov=mrmat_python_api_flask + ${PYTHONUSERBASE}/bin/pylint ${GITHUB_WORKSPACE}/src/python/mrmat_python_api_flask + PYTHONPATH=${GITHUB_WORKSPACE}/src/python python -m pytest --cov=mrmat_python_api_flask PYTHONPATH=${GITHUB_WORKSPACE} python -m build --wheel -n - name: Upload test results diff --git a/.idea/mrmat-python-api-flask.iml b/.idea/mrmat-python-api-flask.iml index 6334ba1..510d78f 100644 --- a/.idea/mrmat-python-api-flask.iml +++ b/.idea/mrmat-python-api-flask.iml @@ -6,7 +6,7 @@ - + diff --git a/.idea/pylint.xml b/.idea/pylint.xml index 161503e..46ea4e7 100644 --- a/.idea/pylint.xml +++ b/.idea/pylint.xml @@ -1,7 +1,6 @@ - \ No newline at end of file diff --git a/.idea/runConfigurations/docker__nostromo_.xml b/.idea/runConfigurations/docker__nostromo_.xml deleted file mode 100644 index 94c0d6f..0000000 --- a/.idea/runConfigurations/docker__nostromo_.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/lint.xml b/.idea/runConfigurations/lint.xml new file mode 100644 index 0000000..ed038d7 --- /dev/null +++ b/.idea/runConfigurations/lint.xml @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/mrmat_python_api_flask__local_infrastructure_.xml b/.idea/runConfigurations/mrmat_python_api_flask__local_infrastructure_.xml index 7cbd771..74625bb 100644 --- a/.idea/runConfigurations/mrmat_python_api_flask__local_infrastructure_.xml +++ b/.idea/runConfigurations/mrmat_python_api_flask__local_infrastructure_.xml @@ -8,7 +8,9 @@