FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DelphiCodeCoverage/run-code-coverage.bat at master · DelphiCodeCoverage/DelphiCodeCoverage · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DelphiCodeCoverage
/
DelphiCodeCoverage
Public
Notifications
You must be signed in to change notification settings
Fork
39
Star
94
Code
Issues
12
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
DelphiCodeCoverage
/
run-code-coverage.bat
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (11 loc) · 464 Bytes
Breadcrumbs
DelphiCodeCoverage
/
run-code-coverage.bat
Copy path
File metadata and controls
19 lines (11 loc) · 464 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
@
ECHO
OFF
ECHO
Running Delphi Code Coverage
CALL
"
SetupEnvironment.bat
"
PUSHD
%BUILD%
MKDIR
reports
>
NUL
2
>&
1
PUSHD
reports
MKDIR
coverage
>
NUL
2
>&
1
POPD
set
Platform
=
Win32
%BUILD%
\
%Platform%
\CodeCoverage.exe -e
%BUILD%
\
%Platform%
\
%PRJ%
.exe -m
%BUILD%
\
%Platform%
\
%PRJ%
.map -esm
%PRJDIR%
\* -ife -xml -xmllines -html -uf
%BASEDIR%
\coverage_units.lst -od
%REPORTS%
\coverage -dproj
%PRJDIR%
\
%PRJ%
.dproj -lt
%REPORTS%
\CodeCoverage.log
POPD
Back
|
FazBrowse Home
|
New Git URL