Skip to content

Commit b473bf9

Browse files
committed
ci: remove coverage until typescript coverage improves
1 parent 1ae4c61 commit b473bf9

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,4 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939
- run: npm ci
40-
- run: npm run test:cov
41-
env:
42-
CI: true
43-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
40+
- run: npm test

.github/workflows/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939
- run: npm ci
40-
- run: npm run test:cov
41-
env:
42-
CI: true
43-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
40+
- run: npm test
4441
release:
4542
name: Release
4643
runs-on: ubuntu-latest

test/utilities/timedate.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ describe('timeDateUtils', () => {
9393
}
9494
timePieces.should.deep.equal(['1d', '1h', '1m', '1s']);
9595
});
96-
})
96+
});
9797
});

0 commit comments

Comments
 (0)