We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a99f0 commit 85c6438Copy full SHA for 85c6438
.gitattributes
@@ -0,0 +1,2 @@
1
+# Set a consistent line-ending styles across different OS to avoid problems with linters
2
+* text eol=lf
.github/workflows/build.yml
@@ -38,5 +38,5 @@ jobs:
38
- name: Lint the code
39
run: npm run lint
40
41
- - name: Lint the code
42
- run: npm run test
+ - name: Run test with coverage
+ run: npm run test-with-coverage
0 commit comments