From e49c7597c091559caa5b1e0f2cabe1bb64ae9cb5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 15 Jul 2020 10:04:25 +0200 Subject: Rename "rtemsqual" in "rtemsspec" --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e5c6a8fe..6c0a69e3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ development tools such as yapf, flake8, mypy, pylint, pytest, and coverage. * spec - contains the specification items -* rtemsqual - contains the `rtemsqual` Python package +* rtemsspec - contains the `rtemsspec` Python package * tests - contains Python unit tests @@ -133,13 +133,13 @@ $ make coverage-report coverage report -m --include=... Name Stmts Miss Branch BrPart Cover Missing --------------------------------------------------------------------- -rtemsqual/__init__.py 8 0 0 0 100% -rtemsqual/applconfig.py 130 0 53 0 100% -rtemsqual/build.py 36 0 14 0 100% -rtemsqual/content.py 133 0 44 0 100% -rtemsqual/glossary.py 70 0 31 0 100% -rtemsqual/items.py 139 0 46 0 100% -rtemsqual/util.py 26 0 2 0 100% +rtemsspec/__init__.py 8 0 0 0 100% +rtemsspec/applconfig.py 130 0 53 0 100% +rtemsspec/build.py 36 0 14 0 100% +rtemsspec/content.py 133 0 44 0 100% +rtemsspec/glossary.py 70 0 31 0 100% +rtemsspec/items.py 139 0 46 0 100% +rtemsspec/util.py 26 0 2 0 100% --------------------------------------------------------------------- TOTAL 542 0 190 0 100% ``` -- cgit v1.2.3