seitime-frappe/frappe
Gavin D'souza 0d8aeba3ee fix: Update coverage omit files
Files that don't end with .py or .pyo ot .pyc are automatically
skipped by coveragepy. Updated omit list accordingly to remove non
python importable files.

ref: https://coverage.readthedocs.io/en/coverage-5.5/source.html#execution
2021-06-03 18:59:00 +05:30
..
automation chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
change_log chore: Added Change log for v13.3.0 2021-05-17 10:58:30 +05:30
chat chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
commands fix: Update coverage omit files 2021-06-03 18:59:00 +05:30
config chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
contacts fix: Return address 'name' instead of 'parent' field 2021-05-28 21:43:07 +05:30
core Merge branch 'develop' of github.com:frappe/frappe into drop-py2-code 2021-06-03 11:21:55 +05:30
custom Merge branch 'develop' of github.com:frappe/frappe into drop-py2-code 2021-06-03 11:21:55 +05:30
data feat: option to anonymize ip for google analytics 2020-09-28 19:04:09 +02:00
data_migration chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
database chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
desk fix: Translate strings passed in frappe.throw 2021-05-27 13:47:21 +05:30
email Merge branch 'develop' of github.com:frappe/frappe into drop-py2-code 2021-06-03 11:21:55 +05:30
event_streaming chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
geo chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
integrations chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
model fix: Remove trailing whitespace in translatable str 2021-05-27 13:47:55 +05:30
modules chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
patches fix: Remove reloading statements for non existing dts 2021-06-03 18:47:31 +05:30
printing chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
public fix: Remove ellipsis to avoid cliping of useful content 2021-06-02 12:15:58 +05:30
search chore: Remove f prefix on plain string 2021-05-11 13:02:45 +05:30
social chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
templates Merge branch 'develop' into sgrep_microtemplate 2021-06-03 12:09:19 +05:30
tests Merge branch 'develop' into sgrep_microtemplate 2021-06-03 12:09:19 +05:30
translations fix: translation (#12117) 2021-01-05 17:18:54 +05:30
utils Merge branch 'develop' into sgrep_microtemplate 2021-06-03 12:09:19 +05:30
website Merge branch 'develop' into drop-py2-code 2021-05-28 10:51:39 +05:30
workflow chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
www fix: Translate strings passed in frappe.throw 2021-05-27 13:47:21 +05:30
__init__.py Merge branch 'develop' of github.com:frappe/frappe into drop-py2-code 2021-06-03 11:21:55 +05:30
api.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
app.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
auth.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
boot.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
build.py Merge branch 'develop' into drop-py2-code 2021-05-28 10:51:39 +05:30
cache_manager.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
client.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
defaults.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
deferred_insert.py
exceptions.py chore: Drop FileNotFoundError handling for PY2 2021-05-26 22:21:23 +05:30
frappeclient.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
handler.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
hooks.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
installer.py refactor(minor): Simplify site directory generation 2021-05-06 20:54:39 +05:30
middlewares.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
migrate.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
modules.txt
monitor.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
oauth.py chore: Update PyJWT dependency 2021-05-29 17:22:30 +05:30
parallel_test_runner.py fix: Get ORCHESTRATOR_URL from secrets 2021-05-10 16:14:36 +05:30
patches.txt chore: Drop patches before added before v10 2021-06-03 13:21:04 +05:30
permissions.py style: Fix E201, E202, E401, E701 2021-05-27 12:48:01 +05:30
pythonrc.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
rate_limiter.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
realtime.py chore: Drop dead code 2021-05-06 19:24:12 +05:30
recorder.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
sessions.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
share.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
test_runner.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
translate.py style: Fix E201, E202, E401, E701 2021-05-27 12:48:01 +05:30
twofactor.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30