Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
AIO Gremlin
Commits
a7f3c751
Unverified
Commit
a7f3c751
authored
Jan 30, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
CI: Added codacy codecoverage reporting to the CI.
parent
4d1c217b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a7f3c751
...
@@ -11,12 +11,14 @@ test:
...
@@ -11,12 +11,14 @@ test:
alias
:
gremlin-server
alias
:
gremlin-server
image
:
goblinogm/goblin-buildchain
image
:
goblinogm/goblin-buildchain
script
:
script
:
-
pip install -U codecov
-
pip install -U codecov
codacy-coverage
-
pip install -U -r requirements.txt
-
pip install -U -r requirements.txt
-
coverage run --source=aiogremlin/ setup.py test
-
coverage run --source=aiogremlin/ setup.py test
-
python -m unittest discover
-
python -m unittest discover
-
coverage report -m
-
coverage report -m
-
coverage xml
-
codecov
-
codecov
-
python-codacy-coverage -r coverage.xml
coverage
:
'
/TOTAL.+
([0-9]{1,3}%)/'
coverage
:
'
/TOTAL.+
([0-9]{1,3}%)/'
pages
:
pages
:
script
:
script
:
...
...
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