Skip to content

Commit 4712e07

Browse files
committed
skip code coverage
1 parent 060e1dd commit 4712e07

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/extension-driver-redshift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To run test, the following environment variables are required:
5454

5555
To enable the test for `test/redshiftDataSource.spec.ts`:
5656
- remove `.skip` inside `test/redshiftDataSource.spec.ts` to enable the test.
57-
- remove `/* istanbul ignore file */` in the `test/redshiftDataSource.spec.ts`
57+
- remove `/* istanbul ignore file */` in the `src/lib/redshiftDataSource.ts`
5858

5959
Local Testing Success Message:(Since the tests run in CI are disabled, so I paste the local testing result here!)
6060

packages/extension-driver-redshift/test/redshiftDataSource.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* istanbul ignore file */
2-
31
import { RedShiftDataSource } from '../src';
42
import { RedShiftFakeServer } from './redshiftServer';
53
import { streamToArray } from '@vulcan-sql/core';

0 commit comments

Comments
 (0)