feat: basic push-status command implementation and extended push command (#1321)

Co-authored-by: IhorKarpiuk <ihor.karpiuk@redocly.com>
Co-authored-by: SmoliyY <yevhen.smoliy@gmail.com>
This commit is contained in:
Roman Sainchuk
2024-01-26 14:01:48 +02:00
committed by GitHub
parent 0a65c35fd4
commit f070c3d8d4
51 changed files with 1983 additions and 125 deletions

View File

@@ -8,7 +8,7 @@ module.exports = {
'!packages/**/__tests__/**/*',
'!packages/core/src/benchmark/**/*',
'!packages/cli/src/index.ts',
'!packages/cli/src/assert-node-version.ts',
'!packages/cli/src/utils/assert-node-version.ts',
],
coverageThreshold: {
'packages/core/': {