Skip to content

Commit f44ff68

Browse files
committed
Add 100% test coverage
1 parent b4a17f0 commit f44ff68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Build
22
on: [push, pull_request]
3-
env:
4-
# This projects has many layers of nested processes making test coverage not
5-
# work correctly
6-
COVERAGE: 'false'
73
jobs:
84
combinations:
95
# git push --tags does not create any commits so should not trigger a new

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ TypeScript types have been simplified.
121121
- Do not crash when `error.stack` is `undefined` or `null`
122122
- Support cross-realm errors
123123

124+
## Internal
125+
126+
- Add 100% test coverage
127+
124128
# 9.4.0
125129

126130
## Features

0 commit comments

Comments
 (0)