Loading .gitlab-ci.yml +14 −16 Original line number Diff line number Diff line Loading @@ -5,20 +5,19 @@ stages: - test - deploy test-job: stage: test tags: - local script: - pip install --upgrade pip - pip install -e . - pytest --cov=src --cov-report=html tests/ artifacts: paths: - htmlcov/ only: - feature_documentation - main #pytest: # stage: test # tags: # - local # script: # - pip install --upgrade pip && pip install -e . # - pytest --cov=src --cov-report=html tests/ # artifacts: # paths: # - htmlcov/ # only: # - feature_documentation # - main pages: stage: deploy Loading @@ -26,8 +25,7 @@ pages: - local script: - apt-get update && apt-get install -y pandoc - pip install --upgrade pip - pip install -e . - pip install --upgrade pip && pip install -e . - python3 -m ipykernel install --user - cd docs - make html Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -262,7 +262,7 @@ test: python3 src/python/main.py --config etc/config_test.ini tests: python -m pytest --cov=./src --cov-report=html tests/ python3 -m pytest --cov=./src --cov-report=html tests/ debug: PYTHONPATH=opt:src/python:$(PYTHONPATH) \ Loading Loading
.gitlab-ci.yml +14 −16 Original line number Diff line number Diff line Loading @@ -5,20 +5,19 @@ stages: - test - deploy test-job: stage: test tags: - local script: - pip install --upgrade pip - pip install -e . - pytest --cov=src --cov-report=html tests/ artifacts: paths: - htmlcov/ only: - feature_documentation - main #pytest: # stage: test # tags: # - local # script: # - pip install --upgrade pip && pip install -e . # - pytest --cov=src --cov-report=html tests/ # artifacts: # paths: # - htmlcov/ # only: # - feature_documentation # - main pages: stage: deploy Loading @@ -26,8 +25,7 @@ pages: - local script: - apt-get update && apt-get install -y pandoc - pip install --upgrade pip - pip install -e . - pip install --upgrade pip && pip install -e . - python3 -m ipykernel install --user - cd docs - make html Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -262,7 +262,7 @@ test: python3 src/python/main.py --config etc/config_test.ini tests: python -m pytest --cov=./src --cov-report=html tests/ python3 -m pytest --cov=./src --cov-report=html tests/ debug: PYTHONPATH=opt:src/python:$(PYTHONPATH) \ Loading