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 3a12f90 commit d18242aCopy full SHA for d18242a
.codeclimate.yml
@@ -47,6 +47,7 @@ exclude_patterns:
47
- 'src/test/'
48
- 'src/environments/'
49
- 'src/env/'
50
+ - 'src/vendor/'
51
- 'scripts/'
52
- 'other/'
53
- 'patch/'
.github/workflows/default.yml
@@ -23,8 +23,3 @@ jobs:
23
./cc-test-reporter before-build
24
yarn test-ci
25
./cc-test-reporter after-build -t lcov
26
-
27
- - uses: actions/upload-artifact@v2
28
- with: { name: 'unit.xml', path: 'tmp/jest/unit.xml' }
29
30
- with: { name: 'coverage-unit', path: 'coverage/lcov-report' }
.gitignore
@@ -33,6 +33,7 @@ node_modules
33
/.sass-cache
34
/.sourcemaps
35
/docs/.vuepress/dist
36
+/loader
37
38
/coverage
39
0 commit comments