mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Add Dependabot and Coveralls
This adds Dependabot to keep things updated and Coveralls so we can see how code coverage changes over time. Coveralls / SimpleCov are configured so that both the SimpleCov html report and the Coveralls report are generated. This facilitates easily seeing coverage locally in addtion to via CI.
This commit is contained in:
parent
498a9ac94f
commit
a6f53c0310
6 changed files with 25 additions and 1 deletions
7
.dependabot/config.yml
Normal file
7
.dependabot/config.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
version: 1
|
||||
|
||||
update_configs:
|
||||
- package_manager: 'ruby:bundler'
|
||||
directory: '/'
|
||||
update_schedule: 'daily'
|
||||
Loading…
Add table
Add a link
Reference in a new issue