Skip to content

Commit

Permalink
feat(general): added codecov and test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1peshcoff committed Feb 4, 2020
1 parent 9cc5ab4 commit 17edfc4
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:

workflows:
version: 2
# test:
# jobs:
# - test
test:
jobs:
- test
lint:
jobs:
- lint
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
node_modules/
junit.xml
154 changes: 154 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"codecov": "^3.6.4",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
Expand Down

0 comments on commit 17edfc4

Please sign in to comment.