mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
This enables code coverage analysis when running specs in your dev environment. Simply run them as usual and you'll see a line like the following at the end of the output: Coverage report generated for RSpec to /home/pau/dev/openfoodnetwork/coverage Simply browse to coverage/index.html and the results in a web UI. This is a useful tool that helps you decide if the tests you added are enough or not.
44 lines
609 B
Plaintext
44 lines
609 B
Plaintext
.bundle
|
|
.rbenv-version
|
|
.byebug_history
|
|
.swp
|
|
*.swo
|
|
*.swp
|
|
.sass-cache
|
|
db/*.sqlite3
|
|
db/*.csv
|
|
log/*.log
|
|
log/*.log.lck
|
|
log/*.log.*
|
|
tmp/
|
|
.idea/*
|
|
\#*
|
|
.#*
|
|
*~
|
|
*.~lock.*
|
|
tags
|
|
.emacs.desktop
|
|
.DS_Store
|
|
*.sublime-project*
|
|
spec/javascripts/generated/*
|
|
db/development_structure.sql
|
|
db/test_structure.sql
|
|
db/staging_structure.sql
|
|
db/production_structure.sql
|
|
db/backup
|
|
app/public
|
|
public/system
|
|
public/stylesheets
|
|
public/images
|
|
public/spree
|
|
config/abr.yml
|
|
config/initializers/feature_toggle.rb
|
|
config/initializers/db2fog.rb
|
|
NERD_tree*
|
|
coverage
|
|
libpeerconnection.log
|
|
/config/application.yml
|
|
node_modules
|
|
vendor/bundle/
|
|
coverage
|