Skip to content

Commit bde6207

Browse files
committed
cp dines
1 parent 94ede6f commit bde6207

3 files changed

Lines changed: 3 additions & 187 deletions

File tree

.github/workflows/object-coverage.yml

Lines changed: 0 additions & 184 deletions
This file was deleted.

.github/workflows/sdk-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: SDK Smoke Tests & Coverage Check
33
on:
44
pull_request:
55
paths:
6-
- 'src/objects/**'
6+
- 'src/sdk/**'
77
- 'tests/smoketests/object-oriented/**'
88
workflow_dispatch:
99
inputs:

jest.config.objects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ module.exports = {
1818
],
1919
testMatch: ['**/tests/smoketests/object-oriented/**/*.test.ts'],
2020
collectCoverageFrom: [
21-
'src/objects/**/*.ts',
21+
'src/sdk/**/*.ts',
2222
'src/sdk.ts',
23-
'!src/objects/index.ts',
23+
'!src/sdk/index.ts',
2424
'!**/*.d.ts',
2525
'!**/node_modules/**',
2626
],

0 commit comments

Comments
 (0)