Commit graph

5 commits

Author SHA1 Message Date
Maarten ter Huurne
9dc224723b Tell coverage tool to ignore lines intended for mypy only
In particular, `if TYPE_CHECKING:` blocks and `...` in bodies of
overloaded method definitions.
2024-06-14 11:57:28 +02:00
Jonathan Sundqvist
2cb773372d Add a JoinManager that helps with performance (#351)
* Add the join manager + tests

* Documentation for join manager

* Use order_by for consistent tests

* Use postgres instead sqlite for tests for better reliability

* Fix coverage

* Drop django 1.8
2018-11-25 20:18:23 +06:00
Tony Narlock
6dd7556da7 add codecov to travis 2017-12-11 07:47:48 -06:00
Tony Narlock
4a7182112f update coveragerc to omit tests, dotfiles 2017-12-11 07:20:03 -06:00
Trey Hunner
69831092b2 Move coverage configuration into .coveragerc 2013-05-20 22:37:24 -07:00