Skip to content

Commit

Permalink
👷 Added CircleCI for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecarr committed Nov 17, 2021
1 parent b5b8638 commit 1a8cc36
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2.1

orbs:
node: circleci/node@4.7
code-climate: travelaudience/code-climate@0.1.2

workflows:
Unit Tests:
jobs:
- node/test:
version: '16.10'
pkg-manager: yarn
post-steps:
- code-climate/install
- code-climate/format_coverage:
coverage_file: coverage/clover.xml
input_type: clover
- code-climate/upload_coverage
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ dist
coverage

# Exceptions
!.circleci
!.commitlintrc
!.editorconfig
!.eslintignore
Expand Down

0 comments on commit 1a8cc36

Please sign in to comment.