Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
pymemri
Commits
c89ea8be
Commit
c89ea8be
authored
2 years ago
by
Eelco van der Wel
Browse files
Options
Download
Plain Diff
Merge branch 'test-coverage' into 'dev'
add test coverage report See merge request
!248
parents
60001826
bdb3634a
Pipeline
#10602
passed with stage
in 1 minute and 33 seconds
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
.gitlab-ci.yml
setup.cfg
+1
-0
setup.cfg
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
+
1
-
1
View file @
c89ea8be
...
...
@@ -16,7 +16,7 @@ run tests:
-
curl http://pod:3030/version
-
export POD_ADDRESS='http://pod:3030'
-
pre-commit run --all-files
-
pytest
-
pytest
--cov=pymemri tests
memri-docs
:
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
-
0
View file @
c89ea8be
...
...
@@ -35,6 +35,7 @@ install_requires =
[options.extras_require]
dev =
pytest
pytest-cov
pre-commit
jupyter-client==6.1.12
nbdev==1.1.21
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets