File tree 2 files changed +0
-35
lines changed 2 files changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import * as VM from './vm/vm'
7
7
import { buildAndPublish } from './jobs/build/build-and-publish' ;
8
8
import { validateChanges } from './jobs/build/validate-changes' ;
9
9
import { prepare } from './jobs/build/prepare' ;
10
- import { coverage } from './jobs/build/coverage' ;
11
10
import { deployToPreviewEnvironment } from './jobs/build/deploy-to-preview-environment' ;
12
11
import { triggerIntegrationTests } from './jobs/build/trigger-integration-tests' ;
13
12
import { jobConfig } from './jobs/build/job-config' ;
@@ -49,7 +48,6 @@ async function run(context: any) {
49
48
await validateChanges ( werft , config )
50
49
await prepare ( werft , config )
51
50
await buildAndPublish ( werft , config )
52
- await coverage ( werft , config )
53
51
54
52
if ( config . noPreview ) {
55
53
werft . phase ( "deploy" , "not deploying" ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments