Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nathan Demary
assr-mi3-go-project-Demary-Bahri
Commits
cc580f35
Commit
cc580f35
authored
Jan 20, 2022
by
Nathan Demary
Browse files
Update .gitlab-ci.yml file
parent
af06e426
Pipeline
#86981
failed with stages
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cc580f35
image
:
python
:
:
3
image
:
python:3
before_running
:
-
pip3
install
-U pytest
-
pip3 install py
test
-
cov
-
export PYTHONPATH=$PWD
stages
:
-
install
_pkg
-
test
_
cov
erage
-
test_pylint
coverage
:
stage
:
test dev
install_pkg
:
stage
:
install_pkg
script
:
-
pytest --cov=myproj tests/
\ No newline at end of file
-
apt-get install pylint
-
pip3 install pytest-cov
-
export PYTHONPATH=$PWD
test_coverage
:
stage
:
test_coverage
script
:
-
pytest --cov=gomi3 tests/
test_pylint
:
stage
:
test_pylint
script
:
-
pylint -rn ./gomi3
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment