File tree Expand file tree Collapse file tree 8 files changed +28
-13
lines changed
Expand file tree Collapse file tree 8 files changed +28
-13
lines changed Original file line number Diff line number Diff line change 77 branches : [ main ]
88 workflow_dispatch :
99 schedule :
10- # 12 PM IST / 06 :30 GMT every Sunday.
10+ # 12:00 PM IST / 6 :30 AM GMT every Sunday.
1111 - cron : ' 30 6 * * 0'
1212
1313jobs :
Original file line number Diff line number Diff line change 11# setup-lcov
22
3- Composite GitHub Action to setup LCOV. <br />
3+ Composite GitHub Action to setup [ LCOV] .
4+
5+
6+ # Setup sources
7+
8+ Linux - <br />
9+ sudo apt-get -y install lcov
10+
11+ macOS - <br />
12+ brew install lcov
13+
14+ Windows - <br />
15+ choco install lcov
416
517
618# Usage
1022 - name : Setup LCOV
1123 uses : hrishikesh-kadam/setup-lcov@v1
1224` ` `
25+
26+
27+ [LCOV]: https://github.com/linux-test-project/lcov
Original file line number Diff line number Diff line change 11name : ' Setup LCOV'
22author : ' Hrishikesh Kadam <hrkadam.92@gmail.com>'
3- description : ' Composite GitHub Action to Setup LCOV.'
3+ description : ' Composite GitHub Action to setup LCOV.'
44
55runs :
66 using : ' composite'
Original file line number Diff line number Diff line change 1- @ echo off
2- perl C:\ProgramData\chocolatey\lib\lcov\tools\bin\gendesc %*
1+ @ echo off
2+ perl C:\ProgramData\chocolatey\lib\lcov\tools\bin\gendesc %*
Original file line number Diff line number Diff line change 1- @ echo off
2- perl C:\ProgramData\chocolatey\lib\lcov\tools\bin\genhtml %*
1+ @ echo off
2+ perl C:\ProgramData\chocolatey\lib\lcov\tools\bin\genhtml %*
Original file line number Diff line number Diff line change 1- @ echo off
2- perl C:\ProgramData\chocolatey\lib\lcov\tools\bin\geninfo %*
1+ @ echo off
2+ perl C:\ProgramData\chocolatey\lib\lcov\tools\bin\geninfo %*
Original file line number Diff line number Diff line change 1- @ echo off
2- perl C:\ProgramData\chocolatey\lib\lcov\tools\bin\genpng %*
1+ @ echo off
2+ perl C:\ProgramData\chocolatey\lib\lcov\tools\bin\genpng %*
Original file line number Diff line number Diff line change 1- @ echo off
2- perl C:\ProgramData\chocolatey\lib\lcov\tools\bin\lcov %*
1+ @ echo off
2+ perl C:\ProgramData\chocolatey\lib\lcov\tools\bin\lcov %*
You can’t perform that action at this time.
0 commit comments