Skip to content
Snippets Groups Projects
  • Cam Saul's avatar
    85d29f2d
    Support dashboard params for Cards with nested queries (#12531) · 85d29f2d
    Cam Saul authored
    * Fix #12501
    
    * Make sure Query results_metadata comes back with inferred base type from annotate
    
    * Support filtering against questions that use another question as their source [ci drivers]
    
    * Test fixes :wrench:
    
    * Lint fix [ci drivers]
    
    * Clean up metabase.query-processor.parameters.mbql-test
    
    * Tweak codecov requirements [ci drivers]
    Support dashboard params for Cards with nested queries (#12531)
    Cam Saul authored
    * Fix #12501
    
    * Make sure Query results_metadata comes back with inferred base type from annotate
    
    * Support filtering against questions that use another question as their source [ci drivers]
    
    * Test fixes :wrench:
    
    * Lint fix [ci drivers]
    
    * Clean up metabase.query-processor.parameters.mbql-test
    
    * Tweak codecov requirements [ci drivers]
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
codecov.yml 452 B
codecov:
    bot: "codecov-io"
    require_ci_to_pass: no

coverage:
  status:
    project:
      default:
        # Project must always have at least 78% coverage (by line)
        target: 78%
        # Whole-project test coverage is allowed to drop up to 5%. (For situtations where we delete code with full coverage)
        threshold: 5%
    patch:
      default:
        # Changes must have at least 75% test coverage (by line)
        target: 75%