FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
libhttpserver/ci-report-coverage at remove_forced_cpp11 · Suke0/libhttpserver · GitHub
Suke0
/
libhttpserver
Public
forked from
etr/libhttpserver
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
libhttpserver
/
ci-report-coverage
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
19 lines (15 loc) · 434 Bytes
Breadcrumbs
libhttpserver
/
ci-report-coverage
Copy path
File metadata and controls
executable file
·
19 lines (15 loc) · 434 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!
/bin/bash
find ../ -name
*
.gcda
echo
"
Copying files to the correct locations for correct gcov analysis
"
cp -R ../src/
*
./src/
cp -R ../src/details/
*
./src/details/
cp -R ../src/httpserver/
*
./src/httpserver/
cp -R ../test/
*
./test/
cp -R ../test/integ/
*
./test/integ/
cp -R ../test/unit/
*
./test/unit/
echo
"
Sending json report
"
for
filename
in
`
find
.
|
egrep
'
\.cpp
'
`
;
do
gcov -n -o
.
$filename
>
/dev/null
;
done
codecov
Back
|
FazBrowse Home
|
New Git URL