summaryrefslogtreecommitdiffstats
path: root/.coveragerc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 🧪💅 Unignore errors in `coveragerc` (#15523)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-171-2/+0
| | | | This setting does not seem necessary so there is no reason for it to be listed.
* 🧪 Include coverage measurement @ site-packages (#15521)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-171-1/+0
|
* 🧪 Use modern `source_pkgs` @ `coveragerc` (#15519)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-141-1/+4
| | | This helps disambiguate main project code from the tests.
* 🧪💅 Migrate to `exclude_also` @ `coveragerc` (#15513)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-131-4/+1
| | | This is an option that appeared in Coverage.py v7.2.0.
* 🧪💄 Order settings in `coveragerc` (#15515)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-131-7/+7
|
* 🧪 Unmeasure coverage in tests expected to fail (#15512)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-131-0/+2
| | | | | | | | | | These tests are known to only be executed partially or not at all. So we always get incomplete, missing, and sometimes flaky, coverage in the test functions that are expected to fail. This change updates the ``coverage.py`` config to prevent said tests from influencing the coverage level measurement. Ref https://github.com/pytest-dev/pytest/pull/12531
* fixing ad_hoc importsWayne Witzel III2016-02-021-0/+2
| | | | | | | | | | | | flake8 fixes Fix and add awx/api/tests added fact tests added proper xml reports for jenkins added jenkins requirements and adjusted Makefile target
* Initial working version of job template callback with a test.Chris Church2013-07-111-2/+4
|
* Updates to setup/requirements, add Makefile target for running tests with ↵Chris Church2013-05-221-0/+25
coverage.