Skip to content

Commit d18242a

Browse files
chore: update-from-dev-lib
1 parent 3a12f90 commit d18242a

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.codeclimate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ exclude_patterns:
4747
- 'src/test/'
4848
- 'src/environments/'
4949
- 'src/env/'
50+
- 'src/vendor/'
5051
- 'scripts/'
5152
- 'other/'
5253
- 'patch/'

.github/workflows/default.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@ jobs:
2323
./cc-test-reporter before-build
2424
yarn test-ci
2525
./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-
- uses: actions/upload-artifact@v2
30-
with: { name: 'coverage-unit', path: 'coverage/lcov-report' }

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ node_modules
3333
/.sass-cache
3434
/.sourcemaps
3535
/docs/.vuepress/dist
36+
/loader
3637

3738
/coverage
3839

0 commit comments

Comments
 (0)