Commit 7b9afac4657165b69d110da7e5da8864e3c3db97
1 parent
f01f98db
Exists in
master
and in
28 other branches
ActionItem65: don't include test coverage information in a package
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@493 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
lib/tasks/package.rake
... | ... | @@ -32,7 +32,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| |
32 | 32 | # external resources |
33 | 33 | p.package_files.include('vendor/**/*') |
34 | 34 | |
35 | - # sample config | |
36 | - #p.package_files.exclude('config/database.yml') | |
35 | + # exclusions | |
36 | + p.package_files.exclude('coverage/**/*') | |
37 | 37 | |
38 | 38 | end | ... | ... |