Skip to content

Commit

Permalink
Merge pull request #37 from cpcwood/update-coveralls
Browse files Browse the repository at this point in the history
Update coveralls package
  • Loading branch information
cpcwood committed Sep 4, 2023
2 parents 77db43d + 2d23917 commit 3b2e496
Show file tree
Hide file tree
Showing 47 changed files with 16 additions and 855 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 2.1
orbs:
node: circleci/node@5.1.0
ruby: circleci/ruby@2.1.0
coveralls: coveralls/coveralls@2.0.0

workflows:
version: 2
Expand All @@ -14,7 +15,7 @@ workflows:
- test
filters:
branches:
only: master
only: main

defaults: &defaults
working_directory: ~/repo
Expand Down Expand Up @@ -51,9 +52,7 @@ jobs:
- run:
name: 'Lint'
command: yarn lint
- run:
name: 'Coverage'
command: yarn coveralls
- coveralls/upload
- persist_to_workspace:
root: ~/repo
paths: ./
Expand Down
Loading

0 comments on commit 3b2e496

Please sign in to comment.