EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
vsq
Commits
84e9178e
Commit
84e9178e
authored
Oct 13, 2021
by
Fabian Schindler
Browse files
Use test/coverage commands directly as `make` is not available in CI
parent
7784ee2f
Pipeline
#17495
passed with stage
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
84e9178e
...
...
@@ -15,8 +15,8 @@ test:
services
:
-
redis:latest
script
:
-
make
test
-
make
coverage
-
py
test
-
coverage
run --source vsq -m pytest
artifacts
:
paths
:
-
htmlcov/index.html
...
...
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