We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1071aa commit c37f60aCopy full SHA for c37f60a
.github/workflows/development.yml
@@ -74,6 +74,8 @@ jobs:
74
75
- name: Run coverage
76
run: npm run test:coverage
77
+ env:
78
+ FORCE_COLOR: 2
79
80
- name: ⬆️ Upload coverage to Codecov
81
uses: codecov/codecov-action@v2
.github/workflows/production.yml
0 commit comments