We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a17f0 commit f44ff68Copy full SHA for f44ff68
.github/workflows/workflow.yml
@@ -1,9 +1,5 @@
1
name: Build
2
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'
7
jobs:
8
combinations:
9
# git push --tags does not create any commits so should not trigger a new
CHANGELOG.md
@@ -121,6 +121,10 @@ TypeScript types have been simplified.
121
- Do not crash when `error.stack` is `undefined` or `null`
122
- Support cross-realm errors
123
124
+## Internal
125
+
126
+- Add 100% test coverage
127
128
# 9.4.0
129
130
## Features
0 commit comments