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

type information of SMBDirEntryInformation.last_write_time set to datetime #280

Merged
merged 3 commits into from
Jun 6, 2024

Conversation

christianknoepfle
Copy link
Contributor

Fixed issue #279

Copy link
Contributor

@adiroiban adiroiban left a comment

Choose a reason for hiding this comment

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

Thanks for the PR.

We need Jordan for the final approval and merge.

How have you discovered this issue ?

Would it be possible, as part of this PR, to add a brief mypy call as part of the GitHub Actions checks, so that we make sure no regression will be introduced in the future ?

Just asking. :)

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Adi Roiban <[email protected]>
@christianknoepfle
Copy link
Contributor Author

I found it "visually" when working in intellij. ;) No idea how to do the mypy stuff. Sorry for that

Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.04%. Comparing base (3f69e6d) to head (3bb760c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #280   +/-   ##
=======================================
  Coverage   99.04%   99.04%           
=======================================
  Files          24       24           
  Lines        5115     5115           
=======================================
  Hits         5066     5066           
  Misses         49       49           
Flag Coverage Δ
macOS ?
py3.10 99.00% <100.00%> (ø)
py3.11 99.00% <100.00%> (ø)
py3.12 99.00% <100.00%> (ø)
py3.8 99.00% <100.00%> (ø)
py3.9 99.04% <100.00%> (ø)
ubuntu 96.81% <100.00%> (ø)
windows 98.96% <100.00%> (ø)
x64 99.04% <100.00%> (ø)
x86 98.96% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Owner

@jborean93 jborean93 left a comment

Choose a reason for hiding this comment

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

Thanks for fixing up this annotation, looks like it was an issue that was missed in the review when it was added.

@jborean93
Copy link
Owner

Looks like I need to update CI now that macOS-latest is using the new arm runners. The failures there are unrelated to your changes so I'll merge this in.

Appreciate you fixing this up!

@jborean93 jborean93 merged commit 2ce49ef into jborean93:master Jun 6, 2024
22 of 25 checks passed
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