Support uv and fix defects that previously caused program to crash - #49
Open
gkapfham wants to merge 50 commits into
Open
Support uv and fix defects that previously caused program to crash#49gkapfham wants to merge 50 commits into
gkapfham wants to merge 50 commits into
Conversation
…and away from poetry.
…to make command-line argument parsing more defensive.
…uced by cellveyor/data.py and cellveyor/main.py and cellveyor/transfer.py so that they are more easily read in the terminal window.
…nd to improve tooling and support.
… track the version number.
…g more test cases.
…ch sub-command, including examples.
…y paragraph of the README.md file.
…king of a minimum level of test coverage.
…improvements to the .github/workflows/build.yml file.
…ellveyor/main.py as the feedback file is in YAML format.
…ing used to process the data in cellveyor/report.py.
…the tests/test_report.py test file.
…mark for testing and analysis in pyproject.toml.
…in the pyproject.toml and uv.lock files.
… for the new thresholding in pyproject.toml.
…general regexp will return incorrect data for key.
…there is no more extra matching with wrong regular expression.
…rect test coverage.
…nvironment variable can be a blocker.
…string and support for an environment variable for the GitHub token.
…or handling th GitHub auth token.
…ile might look like with additional advice in a comment.
…filtering approach.
… for use of the environment variable for GitHub auth.
…l commands in more versions of Python.
…and the names of the operating systems in the .github/workflows/build.yml file.
…the cellveyor/main.py file.
…olean command-line argument, including one that is new.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support uv and fix defects that previously caused program to crash.