Skip to content

Commit

Permalink
docs: update tracked files
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Sep 12, 2023
1 parent aded197 commit 6b609e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/docs/CODE_TAG_SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
| TODO | If no stale, write out five oldest? | 2023-05-13 | [calcipy/check_for_stale_packages/_check_for_stale_packages.py:209](https://github.com/KyleKing/calcipy/blame/86c37cc4f24911db5562ef6fc8263102dbbcf5c5/calcipy/check_for_stale_packages/_check_for_stale_packages.py#L198) |
| TODO | Consider adding a configuration item for ignore_patterns | 2023-02-19 | [calcipy/file_search.py:82](https://github.com/KyleKing/calcipy/blame/e6bc0415e3bf6a6df5a9d808ce0e89d0f2c5df9e/calcipy/file_search.py#L82) |
| TODO | Look into running tasks from within other tasks to support '--continue' and more readable logs --> | 2023-02-19 | [docs/docs/MIGRATION.md:112](https://github.com/KyleKing/calcipy/blame/d95eb85ab7f6d45459ed7b3ff2dc99ae3c92fa61/docs/docs/MIGRATION.md#L42) |
| FIXME | Blocked by support for pytest-recording/vcr | 2023-09-12 | [pyproject.toml:148](https://github.com/KyleKing/calcipy/blame/8d32ab8001f806352f6d7defbaca8f318e4e088f/pyproject.toml#L148) |
| TODO | Capture logging output and check... | 2023-02-19 | [tests/check_for_stale_packages/test_check_for_stale_packages.py:64](https://github.com/KyleKing/calcipy/blame/a8b69e7b04d9b15eabff8897f2de7703898c2afc/tests/check_for_stale_packages/test_check_for_stale_packages.py#L63) |
| TODO | Capture logging output and check... | 2023-02-19 | [tests/check_for_stale_packages/test_check_for_stale_packages.py:88](https://github.com/KyleKing/calcipy/blame/3f42ad855eb7024ff48af35d496633a87d4a14ac/tests/check_for_stale_packages/test_check_for_stale_packages.py#L26) |
| TODO | Is there an easier way to maintain pytest parameter IDs? | 2023-02-17 | [tests/tasks/test_test.py:14](https://github.com/KyleKing/calcipy/blame/785b9d1c3afda6fc5a2e46f2bc7d41ed2614da09/tests/tasks/test_test.py#L11) |
| PLANNED | Convert to hypothesis test! | 2023-02-19 | [tests/test_dot_dict.py:9](https://github.com/KyleKing/calcipy/blame/3f42ad855eb7024ff48af35d496633a87d4a14ac/tests/test_dot_dict.py#L9) |

Found code tags for FIXME (1), TODO (6), PLANNED (1)
Found code tags for TODO (6), PLANNED (1)

<!-- calcipy_skip_tags -->
6 changes: 3 additions & 3 deletions docs/docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ poetry config pypi-token.pypi ...
| `calcipy/md_writer/_writer.py` | 95 | 6 | 0 | 88.9% |
| `calcipy/noxfile/__init__.py` | 4 | 2 | 0 | 50.0% |
| `calcipy/noxfile/_noxfile.py` | 48 | 2 | 32 | 83.8% |
| `calcipy/scripts.py` | 5 | 0 | 27 | 100.0% |
| `calcipy/scripts.py` | 5 | 0 | 35 | 100.0% |
| `calcipy/tasks/__init__.py` | 0 | 0 | 0 | 100.0% |
| `calcipy/tasks/_invoke.py` | 37 | 0 | 45 | 97.7% |
| `calcipy/tasks/all_tasks.py` | 48 | 0 | 0 | 95.5% |
Expand All @@ -80,7 +80,7 @@ poetry config pypi-token.pypi ...
| `calcipy/tasks/tags.py` | 15 | 0 | 0 | 100.0% |
| `calcipy/tasks/test.py` | 45 | 1 | 2 | 89.2% |
| `calcipy/tasks/types.py` | 17 | 0 | 0 | 91.3% |
| **Totals** | 1034 | 66 | 174 | 87.3% |
| **Totals** | 1034 | 66 | 182 | 87.3% |

Generated on: 2023-09-02
Generated on: 2023-09-12
<!-- {cte} -->

0 comments on commit 6b609e6

Please sign in to comment.