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
7784ee2f
Commit
7784ee2f
authored
Oct 13, 2021
by
Fabian Schindler
Browse files
Fixing test coverage generation
parent
b3989549
Pipeline
#17491
failed with stage
in 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7784ee2f
...
...
@@ -15,7 +15,12 @@ test:
services
:
-
redis:latest
script
:
-
pytest --cov=vsq tests
-
make test
-
make coverage
artifacts
:
paths
:
-
htmlcov/index.html
expire_in
:
10 days
publish
:
script
:
...
...
requirements_dev.txt
View file @
7784ee2f
...
...
@@ -10,7 +10,6 @@ twine==1.14.0
Click==7.0
pytest==6.2.3
pytest-asyncio==0.15.1
pytest-cov==3.0.0
pytest-runner==5.1
redis==3.5.3
aioredis==2.0.0a1
\ No newline at end of file
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