Browse Source

fix ignore on migrations

David Cramer 8 years ago
parent
commit
f6563dd732
1 changed files with 2 additions and 1 deletions
  1. 2 1
      codecov.yml

+ 2 - 1
codecov.yml

@@ -8,6 +8,7 @@ coverage:
         target: 0%
   ignore:
   - src/sentry/lint/.*
-  - src/sentry/.*?/migrations/*
+  - src/.*?/migrations/*
+  - src/.*?/south_migrations/*
 
 comment: false