File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 73
73
- coverage-reporter/send_report :
74
74
coverage-reports : ' ./coverage/lcov.info'
75
75
project-token : $CODACY_PROJECT_TOKEN
76
+ parallelism : 4
76
77
build_production :
77
78
docker :
78
79
- image : circleci/node:16-stretch
87
88
- run :
88
89
name : Run Tests
89
90
command : yarn run test
90
- # - run:
91
- # name: Run Codacy
92
- # command: yarn run codacy
91
+ - run :
92
+ name : Run Codacy
93
+ command : yarn run coverage
94
+ - coverage-reporter/send_report :
95
+ coverage-reports : ' ./coverage/lcov.info'
96
+ project-token : $CODACY_PROJECT_TOKEN
93
97
- run :
94
98
name : Semantic Release
95
99
command : npx semantic-release
Original file line number Diff line number Diff line change @@ -10,4 +10,7 @@ exclude_paths:
10
10
- src/public/js/vendor/**/*
11
11
- public/**
12
12
- public/**/*
13
- - test/**/*
13
+ - test/**/*
14
+ - .github/**
15
+ - CHANGELOG.md
16
+ - README.md
You can’t perform that action at this time.
0 commit comments