Skip to content

Commit 8977444

Browse files
committed
chore(workflow): update global coverage Threshold
1 parent 16d1a78 commit 8977444

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

.github/workflows/run-tests-windows.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)