File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1- name : CI_develop
1+ name : ASLtk Continuous Integration for Develop Branch
22on :
33 push :
44 branches : [ develop ]
3131 - name : Install asltk project dependecies
3232 run : poetry install
3333
34+ - name : Run code formatting check
35+ run : poetry run task lint
36+
3437 - name : Run project tests
3538 run : poetry run task test --cov-report=xml --ignore-glob='./asltk/scripts/*.py'
3639
6568 - name : Install asltk project dependecies
6669 run : poetry install
6770
71+ - name : Run code formatting check
72+ run : poetry run task lint
73+
6874 - name : Run project tests
6975 run : poetry run task test --cov-report=xml --ignore-glob='./asltk/scripts/*.py'
7076
96102 - name : Install asltk project dependecies
97103 run : poetry install
98104
105+ - name : Run code formatting check
106+ run : poetry run task lint
107+
99108 - name : Run project tests
100109 run : poetry run task test --cov-report=xml --ignore-glob='./asltk/scripts/*.py'
101110
Original file line number Diff line number Diff line change 1- name : CI_develop
1+ name : ASLtk Continuous Integration for Production Branch
22on :
33 push :
44 branches : [ main ]
3131 - name : Install asltk project dependecies
3232 run : poetry install
3333
34+ - name : Run code formatting check
35+ run : poetry run task lint
36+
3437 - name : Run project tests
3538 run : poetry run task test --cov-report=xml --ignore-glob='./asltk/scripts/*.py'
3639
6568 - name : Install asltk project dependecies
6669 run : poetry install
6770
71+ - name : Run code formatting check
72+ run : poetry run task lint
73+
6874 - name : Run project tests
6975 run : poetry run task test --cov-report=xml --ignore-glob='./asltk/scripts/*.py'
7076
96102 - name : Install asltk project dependecies
97103 run : poetry install
98104
105+ - name : Run code formatting check
106+ run : poetry run task lint
107+
99108 - name : Run project tests
100109 run : poetry run task test --cov-report=xml --ignore-glob='./asltk/scripts/*.py'
101110
Original file line number Diff line number Diff line change 22
33[ ![ Documentation Stable] ( https://readthedocs.org/projects/asltk/badge/?version=main )] ( https://asltk.readthedocs.io/en/main/?badge=main )
44[ ![ codecov] ( https://codecov.io/gh/LOAMRI/asltk/graph/badge.svg?token=1W8GQ7SLU9 )] ( https://codecov.io/gh/LOAMRI/asltk )
5- ![ CI_main] ( https://github.com/LOAMRI/asltk/actions/workflows/ci_main.yaml/badge.svg )
5+ [ ![ CI_main] ( https://github.com/LOAMRI/asltk/actions/workflows/ci_main.yaml/badge.svg )] ( https://github.com/LOAMRI/asltk/actions/workflows/ci_main.yaml )
66[ ![ CI_develop] ( https://github.com/LOAMRI/asltk/actions/workflows/ci_develop.yaml/badge.svg )] ( https://github.com/LOAMRI/asltk/actions/workflows/ci_develop.yaml )
77![ Python Versions] ( https://img.shields.io/badge/python-3.9%20|+-blue )
88![ PyPI downloads] ( https://img.shields.io/pypi/dm/asltk )
You can’t perform that action at this time.
0 commit comments