Skip to content
Snippets Groups Projects
Commit 4010d969 authored by Noè Joël Pozzan's avatar Noè Joël Pozzan
Browse files

CI

parent 50c6b7c5
No related branches found
No related tags found
1 merge request!10add genome aligner nextflow file with data and config files
Pipeline #13886 failed
stages:
- qc
- test
qc_1:
image: python:3.9-slim-buster
stage: qc
before_script:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- pip install -e .
script:
- flake8 src/ setup.py
- coverage run --source src/ -m pytest
- coverage report --fail-under=100
- mypy src/
test_1:
image: python:3.9-slim-buster
stage: test
before_script:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- pip install -e .
script:
- python -m pytest
test_2:
test_nextflow:
image: nextflow/nextflow:21.10.6
stage: test
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment