Skip to content

Commit

Permalink
update orb
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoyle-temple committed Oct 11, 2023
1 parent 3061be3 commit 6968a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
orbs:
ruby: circleci/ruby@2.0.0
coveralls: coveralls/coveralls@1.0.6
coveralls: coveralls/coveralls@2.2.1

jobs:
build:
Expand All @@ -26,4 +26,4 @@ jobs:
command: bundle exec rake

- coveralls/upload:
path_to_lcov: ./coverage/lcov/project.lcov
coverage_file: ./coverage/lcov/project.lcov

0 comments on commit 6968a64

Please sign in to comment.