Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dev
ltfatpy
Commits
bd89992d
Commit
bd89992d
authored
Apr 16, 2018
by
Florent Jaillet
Browse files
Correting the CI config to enable the generation of an html coverage report in tests
parent
462e72b0
Pipeline
#448
passed with stage
in 4 minutes and 24 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile_X86_64
View file @
bd89992d
...
...
@@ -14,6 +14,10 @@ RUN apt-get update && \
python3-setuptools \
python3-pytest \
python3-pytest-cov \
python3-coverage \
libjs-jquery-hotkeys \
libjs-jquery-isonscreen \
libjs-jquery-tablesorter \
python3-pip \
python3-wheel \
python3-tk \
...
...
docker/Dockerfile_cython_X86_64
View file @
bd89992d
...
...
@@ -15,6 +15,10 @@ RUN apt-get update && \
python3-setuptools \
python3-pytest \
python3-pytest-cov \
python3-coverage \
libjs-jquery-hotkeys \
libjs-jquery-isonscreen \
libjs-jquery-tablesorter \
python3-pip \
python3-wheel \
python3-tk \
...
...
docker/Dockerfile_i686
View file @
bd89992d
...
...
@@ -14,6 +14,10 @@ RUN apt-get update && \
python3-setuptools \
python3-pytest \
python3-pytest-cov \
python3-coverage \
libjs-jquery-hotkeys \
libjs-jquery-isonscreen \
libjs-jquery-tablesorter \
python3-pip \
python3-wheel \
python3-tk \
...
...
Write
Preview
Supports
Markdown
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