Flowminder / FlowKit

FlowKit: Flowminder CDR analytics toolkit
https://flowminder.github.io/FlowKit/
Mozilla Public License 2.0
86 stars 21 forks source link

Fix str enum #6789

Closed greenape closed 2 months ago

greenape commented 2 months ago

Closes #6787

I have:

Description

Replaces usages of str, Enum with StrEnum in flowmachine, and changes the minimum python version to 3.11

cypress[bot] commented 2 months ago

FlowAuth    Run #23636

Run Properties:  status check passed Passed #23636  •  git commit e877fc63a5: Bust cache
Project FlowAuth
Branch Review fix-str-enum
Run status status check passed Passed #23636
Run duration 00m 45s
Commit git commit e877fc63a5: Bust cache
Committer Jonathan Gray
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
View all changes introduced in this branch ↗︎
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.12%. Comparing base (90afee5) to head (e877fc6). Report is 9 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6789 +/- ## ========================================== - Coverage 92.17% 92.12% -0.05% ========================================== Files 275 275 Lines 10692 10698 +6 Branches 872 1285 +413 ========================================== + Hits 9855 9856 +1 - Misses 687 691 +4 - Partials 150 151 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.