Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
1de30bc6
Unverified
Commit
1de30bc6
authored
May 12, 2020
by
Niels Lohmann
Committed by
GitHub
May 12, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2100 from nlohmann/fix_coveralls
Fix Coveralls integration
parents
76c01501
66dfa22d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.travis.yml
.travis.yml
+4
-3
No files found.
.travis.yml
View file @
1de30bc6
...
@@ -95,16 +95,17 @@ matrix:
...
@@ -95,16 +95,17 @@ matrix:
-
os
:
linux
-
os
:
linux
compiler
:
gcc
compiler
:
gcc
dist
:
bionic
addons
:
addons
:
apt
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
]
sources
:
[
'
ubuntu-toolchain-r-test'
]
packages
:
[
'
g++-
4.9
'
,
'
ninja-build'
]
packages
:
[
'
g++-
7
'
,
'
ninja-build'
]
before_script
:
before_script
:
-
pip install --user cpp-coveralls
-
pip install --user cpp-coveralls
after_success
:
after_success
:
-
coveralls --build-root test --include include/nlohmann --gcov 'gcov-
4.9
' --gcov-options '\-lp'
-
coveralls --build-root test --include include/nlohmann --gcov 'gcov-
7
' --gcov-options '\-lp'
env
:
env
:
-
COMPILER=g++-
4.9
-
COMPILER=g++-
7
-
CMAKE_OPTIONS=-DJSON_Coverage=ON
-
CMAKE_OPTIONS=-DJSON_Coverage=ON
-
MULTIPLE_HEADERS=ON
-
MULTIPLE_HEADERS=ON
...
...
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