Commit 3842a66
committed
Assert the extension actually loaded in QA
`Base.get_extension` returning `nothing` makes ExplicitImports skip the
extension silently, so a broken extension would leave QA green while dropping
extension coverage back to zero. Check the module exists before `run_qa`.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent 4c28558 commit 3842a66
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
0 commit comments