Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Not for merge] Document config file version #84

Closed
wants to merge 17 commits into from

Conversation

t-sasatani
Copy link
Collaborator

@t-sasatani t-sasatani commented Dec 7, 2024

Just for testing


📚 Documentation preview 📚: https://miniscope-io--84.org.readthedocs.build/en/84/

@coveralls
Copy link
Collaborator

coveralls commented Dec 7, 2024

Pull Request Test Coverage Report for Build 12210063539

Details

  • 171 of 202 (84.65%) changed or added relevant lines in 10 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.7%) to 77.893%

Changes Missing Coverage Covered Lines Changed/Added Lines %
miniscope_io/cli/stream.py 0 1 0.0%
miniscope_io/types.py 26 27 96.3%
miniscope_io/stream_daq.py 5 8 62.5%
miniscope_io/cli/common.py 0 10 0.0%
miniscope_io/models/mixins.py 127 143 88.81%
Files with Coverage Reduction New Missed Lines %
miniscope_io/cli/stream.py 1 0.0%
Totals Coverage Status
Change from base Build 12208310258: 0.7%
Covered Lines: 1205
Relevant Lines: 1547

💛 - Coveralls

@t-sasatani t-sasatani closed this Dec 9, 2024

def get_version_from_commit(commit_id):
result = subprocess.run(
["git", "describe", "--tags", commit_id],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just so ya know, this is what the dynamic versioning does

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I just stuck together git commands because I couldn't instantly figure out how to get the dynamic version for the last time the file was updated, and I wasn't thinking about merging this anyway.

@t-sasatani t-sasatani changed the title Document config file version [Not for merge] Document config file version Dec 9, 2024
@t-sasatani t-sasatani deleted the docs-config-version branch December 13, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants