Skip to content

Commit

Permalink
fix: Ignore "import.rake" in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mtancoigne committed Nov 2, 2023
1 parent 842b2a2 commit bcda96b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tasks/migrate.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

# :nocov:
namespace :decidim do
namespace :db do
desc "Migrate Database"
Expand Down Expand Up @@ -68,3 +69,4 @@ namespace :decidim do
end
end
end
# :nocov:

0 comments on commit bcda96b

Please sign in to comment.