Skip to content

Commit

Permalink
Merge branch 'dev/7.6.x' into jtw/deprecate-file-type-checking-setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls authored May 21, 2024
2 parents 9ca99ea + 5ad38ac commit 62e82f4
Show file tree
Hide file tree
Showing 66 changed files with 8,913 additions and 23,716 deletions.
21 changes: 18 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[run]
source = arches
source =
arches/

[report]
omit =
*/python?.?/*
*/models/migrations/*
Expand All @@ -10,5 +10,20 @@ omit =
*/wsgi.py
*/celery.py
*/__init__.py


data_file = coverage/python/.coverage

[report]
show_missing = true

exclude_lines =
pragma: no cover

[html]
directory = coverage/python/htmlcov

[xml]
output = coverage/python/coverage.xml

[json]
output = coverage/python/coverage.json
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

64 changes: 0 additions & 64 deletions .eslintrc.js

This file was deleted.

Loading

0 comments on commit 62e82f4

Please sign in to comment.