We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14399e7 commit fd865afCopy full SHA for fd865af
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: ESLint
25
run: yarn --cwd packages/mongodb-memory-server-core run eslint
26
- name: Tests
27
- run: yarn run coverage
+ run: yarn --cwd packages/mongodb-memory-server-core run coverage
28
env:
29
CI: true
30
- name: Send codecov.io stats
0 commit comments