We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5295f30 commit a2ca364Copy full SHA for a2ca364
.github/workflows/test.yml
@@ -13,11 +13,4 @@ jobs:
13
- uses: actions/checkout@v1
14
- run: |
15
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
+ npm run all
src/Model/CoverageData.ts
@@ -1,6 +1,6 @@
1
-export interface CoverageData{
+export interface CoverageData {
2
total: number
3
covered: number
4
skipped: number
5
pct: number
6
-}
+}
0 commit comments