Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
e8b25fc
use codecov node uploader
dnomadb Apr 20, 2021
4bec916
try lsing and set disabled
dnomadb Apr 20, 2021
fcff88e
try lsing
dnomadb Apr 20, 2021
5f44157
ls tests
dnomadb Apr 20, 2021
12699ae
disable gcov
dnomadb Apr 20, 2021
d45aa05
specify gcov executable
dnomadb Apr 20, 2021
64ba703
actually use gcov ex
dnomadb Apr 20, 2021
413baef
try just gcov
dnomadb Apr 21, 2021
4d16587
try gcov via which llvm-cov
dnomadb Apr 21, 2021
487146c
what is llvm cov
dnomadb Apr 21, 2021
8a9293f
try passing CXX module
dnomadb Apr 21, 2021
6d2f76c
use gcov args
dnomadb Apr 21, 2021
5b8d9a9
try `pb` flag
dnomadb Apr 21, 2021
ca4c793
pass pb in exec
dnomadb Apr 21, 2021
f2ffd92
try .
dnomadb Apr 21, 2021
3980a81
try . separately
dnomadb Apr 21, 2021
cc2efa5
try no pb
dnomadb Apr 21, 2021
f8a1068
use double quotes
dnomadb Apr 21, 2021
de136ae
double double
dnomadb Apr 21, 2021
52f7bc2
try =
dnomadb Apr 21, 2021
f3af1e3
use pb too
dnomadb Apr 21, 2021
61ecb73
use "" too
dnomadb Apr 21, 2021
2594337
use opt
dnomadb Apr 21, 2021
5703e77
use diff quotes
dnomadb Apr 21, 2021
7ac84bd
be full
dnomadb Apr 21, 2021
3d3eb1e
try .
dnomadb Apr 21, 2021
d482008
try running vendorized bash
dnomadb Apr 22, 2021
809dd3d
log more
dnomadb Apr 22, 2021
87f6eba
log more
dnomadb Apr 22, 2021
f1ac6d3
backticks cant hurt?
dnomadb Apr 22, 2021
6a5659e
be explict
dnomadb Apr 22, 2021
537a44f
use pb too
dnomadb Apr 22, 2021
a66a591
try removing slash
dnomadb Apr 22, 2021
746980a
try removing slash
dnomadb Apr 22, 2021
8564470
try .
dnomadb Apr 22, 2021
8503841
try glob
dnomadb Apr 22, 2021
95cfb6c
try running to see what error is
dnomadb Apr 23, 2021
e520cff
try p and b
dnomadb Apr 23, 2021
b9998f8
just b
dnomadb Apr 23, 2021
723e4d8
use gcc
dnomadb Apr 23, 2021
72a8853
try just command
dnomadb Apr 23, 2021
25249f3
try just command
dnomadb Apr 23, 2021
995408e
try just command again
dnomadb Apr 23, 2021
cb87bfd
try just command again again
dnomadb Apr 23, 2021
34b21fb
try just command again again again
dnomadb Apr 23, 2021
090e5bd
use =
dnomadb Apr 23, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ matrix:
- export PATH=$(pwd)/mason_packages/.link/bin/:${PATH}
- PATH=`echo $PATH | sed -e 's/:\.\/node_modules\/\.bin//'` # remove relative path ^^
- which llvm-cov
- curl -S -f https://codecov.io/bash -o codecov
- chmod +x codecov
- ./codecov -x "llvm-cov gcov" -Z
- find /home/travis/build/mapbox/vtcomposite -type f -name '*.gcno' -not -path './bower_components/**' -not -path './node_modules/**' -not -path './vendor/**' -exec llvm-cov gcov -pb {} +
- ./node_modules/.bin/codecov --gcov-glob="./bower_components/** ./node_modules/** ./vendor/**" --gcov-exec="llvm-cov gcov" --gcov-args="-pb"
# Clang format build
- os: linux
env: CLANG_FORMAT
Expand Down
202 changes: 198 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@mapbox/vector-tile": "^1.3.1",
"aws-sdk": "^2.698.0",
"bytes": "^2.5.0",
"codecov": "^3.8.1",
"d3-queue": "^3.0.1",
"mapnik": "^4.4.0",
"minimist": "^1.2.5",
Expand Down