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 1e2f2fc commit fede066Copy full SHA for fede066
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: ESLint
37
run: yarn --cwd packages/mongodb-memory-server-core run eslint
38
- name: Tests
39
- run: yarn --cwd packages/mongodb-memory-server-core run coverage
+ run: yarn --cwd packages/mongodb-memory-server-core run coverage --colors
40
env:
41
CI: true
42
- name: Send codecov.io stats
0 commit comments