Skip to content
Snippets Groups Projects
Commit be3ca763 authored by Cedric Verstege's avatar Cedric Verstege
Browse files

sfg

parent 0e931011
Branches
No related tags found
No related merge requests found
Pipeline #4406 failed
stages: 🕵️, ⚗️ stages: Code Quality 🕵️, Test ⚗️
include: include:
# Case 1 Lint # Case 1 Lint
......
lint: lint:
stage: 🕵️ stage: Code Quality 🕵️
image: python:3.11 image: python:3.11
script: script:
- pip install flake8 black - pip install flake8 black
......
coverage: coverage:
stage: ⚗️ stage: Test ⚗️
image: python:3.11 image: python:3.11
script: script:
- pip install pytest pytest-cov - pip install pytest pytest-cov
......
lint: lint:
stage: 🕵️ stage: Code Quality 🕵️
image: python:3.11 image: python:3.11
script: script:
- pip install flake8 black - pip install flake8 black
......
unit_test: unit_test:
stage: ⚗️ stage: Test ⚗️
image: python:3.11 image: python:3.11
script: script:
- pip install -r ./case-2-test/requirements.txt - pip install -r ./case-2-test/requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment