Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.gitlab-ci.yml
.gitlab-ci.yml
+3
-1
No files found.
.gitlab-ci.yml
View file @
a7f3c751
...
...
@@ -11,12 +11,14 @@ test:
alias
:
gremlin-server
image
:
goblinogm/goblin-buildchain
script
:
-
pip install -U codecov
-
pip install -U codecov
codacy-coverage
-
pip install -U -r requirements.txt
-
coverage run --source=aiogremlin/ setup.py test
-
python -m unittest discover
-
coverage report -m
-
coverage xml
-
codecov
-
python-codacy-coverage -r coverage.xml
coverage
:
'
/TOTAL.+
([0-9]{1,3}%)/'
pages
:
script
:
...
...
Write
Preview
Markdown
is supported
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