Skip to content

Commit 12337ee

Browse files
authored
test: assert HTML output (#92)
* test: assert HTML output * chore: minor tweaks * revert: tree tests should remain in repo until json-schema-tree is used * chore: nuke cc * test: set mergeAllOf to false
1 parent 96cc880 commit 12337ee

File tree

12 files changed

+2523
-556
lines changed

12 files changed

+2523
-556
lines changed

.circleci/config.yml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,17 @@
11
version: 2
22

33
jobs:
4-
test_node_10:
4+
test_node:
55
docker:
6-
- image: circleci/node:10
6+
- image: circleci/node:12
77
steps:
88
- checkout
9-
- run:
10-
name: Download cc-test-reporter
11-
command: |
12-
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
13-
chmod +x ./cc-test-reporter
149
- run: yarn
15-
- run:
16-
name: cc-before
17-
command: |
18-
./cc-test-reporter before-build
1910
- run: yarn test.prod
20-
- run:
21-
name: cc-after
22-
command: |
23-
./cc-test-reporter after-build --coverage-input-type lcov --exit-code $?
2411

2512
release:
2613
docker:
27-
- image: circleci/node:10
14+
- image: circleci/node:12
2815
steps:
2916
- checkout
3017
- run: yarn
@@ -37,12 +24,12 @@ workflows:
3724
version: 2
3825
test_and_release:
3926
jobs:
40-
- test_node_10
27+
- test_node
4128
- release:
4229
filters:
4330
branches:
4431
only:
4532
- master
4633
- beta
4734
requires:
48-
- test_node_10
35+
- test_node

.codeclimate.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)