Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
db11011a
Commit
db11011a
authored
Dec 30, 2015
by
Omer Katz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Script seems to fail to report coverage. Explictly specifying the commands.
parent
c3cd3eda
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
.travis.yml
.travis.yml
+4
-2
travis-coveralls.sh
travis-coveralls.sh
+0
-4
No files found.
.travis.yml
View file @
db11011a
...
@@ -64,7 +64,8 @@ matrix:
...
@@ -64,7 +64,8 @@ matrix:
-
g++-multilib
-
g++-multilib
-
libc6-dbg:i386
-
libc6-dbg:i386
after_success
:
after_success
:
-
../travis-coveralls.sh
-
pip install --user cpp-coveralls
-
coveralls -r .. --gcov-options '\-lp' -e thirdparty -e example -e test -e build/CMakeFiles -e include/rapidjson/msinttypes -e include/rapidjson/internal/meta.h -e include/rapidjson/error/en.h
-
env
:
CONF=debug ARCH=x86_64 GCOV_FLAGS='--coverage'
-
env
:
CONF=debug ARCH=x86_64 GCOV_FLAGS='--coverage'
compiler
:
gcc
compiler
:
gcc
addons
:
addons
:
...
@@ -74,7 +75,8 @@ matrix:
...
@@ -74,7 +75,8 @@ matrix:
-
g++-multilib
-
g++-multilib
-
libc6-dbg:i386
-
libc6-dbg:i386
after_success
:
after_success
:
-
../travis-coveralls.sh
-
pip install --user cpp-coveralls
-
coveralls -r .. --gcov-options '\-lp' -e thirdparty -e example -e test -e build/CMakeFiles -e include/rapidjson/msinttypes -e include/rapidjson/internal/meta.h -e include/rapidjson/error/en.h
before_script
:
before_script
:
# hack to avoid Valgrind bug (https://bugs.kde.org/show_bug.cgi?id=326469),
# hack to avoid Valgrind bug (https://bugs.kde.org/show_bug.cgi?id=326469),
...
...
travis-coveralls.sh
deleted
100755 → 0
View file @
c3cd3eda
#!/bin/bash
pip
install
--user
cpp-coveralls
coveralls
-r
..
--gcov-options
'\-lp'
-e
thirdparty
-e
example
-e
test
-e
build/CMakeFiles
-e
include/rapidjson/msinttypes
-e
include/rapidjson/internal/meta.h
-e
include/rapidjson/error/en.h
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