Skip to content

Commit a2ca364

Browse files
author
Anuraag Puri
committed
Fixing issues
1 parent 5295f30 commit a2ca364

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/test.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,4 @@ jobs:
1313
- uses: actions/checkout@v1
1414
- run: |
1515
npm install
16-
npm run all
17-
test: # make sure the action works on a clean machine without building
18-
runs-on: ubuntu-latest
19-
steps:
20-
- uses: actions/checkout@v1
21-
- uses: ./
22-
with:
23-
milliseconds: 1000
16+
npm run all

src/Model/CoverageData.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export interface CoverageData{
1+
export interface CoverageData {
22
total: number
33
covered: number
44
skipped: number
55
pct: number
6-
}
6+
}

0 commit comments

Comments
 (0)