Skip to content

Commit 729c3e9

Browse files
authored
Add coverage report to CI (#16)
* add coverage report to circle ci * fix indentation * fix indentation again?
1 parent 7d56d67 commit 729c3e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- gusto/bundle-install
1313
- run: bundle exec rake
14+
- store_artifacts:
15+
path: coverage
1416
release:
1517
executor: gusto/ruby-2-3
1618
steps:

0 commit comments

Comments
 (0)