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
1a1399b8
Commit
1a1399b8
authored
Oct 13, 2021
by
Fabian Schindler
Browse files
Adding test coverage
parent
e6203b20
Pipeline
#17489
failed with stage
in 2 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1a1399b8
...
...
@@ -16,7 +16,7 @@ test:
services
:
-
redis:latest
script
:
-
pytest
-
pytest
--cov=vsq tests
publish
:
script
:
...
...
requirements_dev.txt
View file @
1a1399b8
...
...
@@ -10,6 +10,7 @@ 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