Skip to content

Commit

Permalink
Fixed coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-zan committed Sep 19, 2024
1 parent 0d10672 commit 62b0b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/generate-circleci-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const persistToWorkspace = fileName => ( {
coverageFile: featureCoverageBatchFilenames[ batchIndex ]
} ),
'community_verification_command',
persistToWorkspace( 'combined_features.info' )
persistToWorkspace( featureCoverageBatchFilenames[ batchIndex ].replace( /^\.out\//, '' ) )
]
};
} );
Expand Down

0 comments on commit 62b0b56

Please sign in to comment.