Skip to content

Commit

Permalink
Removed coverage report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Dec 23, 2017
1 parent b92027d commit 09b6fb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV LANG en_US.UTF-8

RUN sed -i s/^deb.*multiverse.*/\#\&/g /etc/apt/sources.list
RUN apt-get -qq update
RUN apt-get -y --no-install-recommends install gcc clang ninja-build locales python3-pip python3-setuptools python3-wheel libffi-dev valgrind curl gcovr
RUN apt-get -y --no-install-recommends install gcc clang ninja-build locales python3-pip python3-setuptools python3-wheel libffi-dev valgrind curl
RUN locale-gen --lang en_US.UTF-8
RUN pip3 install meson

Expand Down
1 change: 0 additions & 1 deletion ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ do
meson test -C $i --no-rebuild --print-errorlogs --no-suite=b6b:slow --num-processes 1 -t 2 --wrapper "valgrind --tool=helgrind --error-exitcode=1 --fair-sched=yes"
done

ninja -C build coverage
cd build
curl -s https://codecov.io/bash | bash

0 comments on commit 09b6fb0

Please sign in to comment.