File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -16,26 +16,16 @@ jobs:
1616
1717 steps :
1818 - uses : actions/checkout@v2
19+
1920 - name : Use Node.js ${{ matrix.node-version }}
2021 uses : actions/setup-node@v2
2122 with :
2223 node-version : ${{ matrix.node-version }}
2324 cache : npm
25+
2426 - uses : ssciwr/doxygen-install@v1
2527 with :
26- version : " 1.9.3"
27- # - name: Install Doxygen
28- # run: choco install doxygen.install
29- #
30- # `choco install doxygen.install` is unreliable
31-
32- # - name: Install Doxygen
33- # run: |
34- # git clone https://github.com/sasjs/doxygen-installer.git
35- # .\doxygen-installer\install.bat
36-
37- # - name: Add doxygen to path
38- # run: echo "C:\Program Files\doxygen\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
28+ version : ' 1.9.3'
3929
4030 - name : Check doxygen version
4131 run : doxygen -v
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ module.exports = {
4343 // An object that configures minimum threshold enforcement for coverage results
4444 coverageThreshold : {
4545 global : {
46- statements : 73.54 ,
46+ statements : 73 ,
4747 branches : 60.55 ,
4848 functions : 73.54 ,
49- lines : 74.15
49+ lines : 74
5050 }
5151 } ,
5252
You can’t perform that action at this time.
0 commit comments