Skip to content

Commit

Permalink
nit #10774
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed May 7, 2024
1 parent 608a89f commit 8a1c0f7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 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
14 changes: 14 additions & 0 deletions arches/install/arches-templates/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,19 @@ omit =
*/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
2 changes: 2 additions & 0 deletions releases/7.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Arches 7.6.0 Release Notes
- 10453 Reduce queries for related objects when indexing resources

### Additional improvements and bug fixes
- 10774 adds Vue component testing
- 10757 moves `node_modules` and `webpack` directories to root
- 10558 Combine templates for Arches project and applications and move several dotfiles to root
- 10490 Fixes an issue where webpack receives multiple build calls when running in a container
Expand Down Expand Up @@ -80,6 +81,7 @@ JavaScript:

- The minimum supported version of Python is now 3.10. Python 3.11 is encouraged, as it is significantly faster.
- The minimum supported version of Node.js is now 20.12.2.
- ESLint has been updated to 9.0.0, and requires configuration via `eslint.config.mjs` rather than `.eslintrc`

Minor incompatibilities:

Expand Down

0 comments on commit 8a1c0f7

Please sign in to comment.