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

fix sfn execution retrieval #6

Merged
merged 2 commits into from
Nov 2, 2023

Conversation

ircwaves
Copy link
Member

StepFunctions executions are appended to the list stored in each StateDB item, so this modifies the code to grab the most recent execution.

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9fffe74) 66.43% compared to head (3542bcb) 69.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   66.43%   69.40%   +2.97%     
==========================================
  Files           8        8              
  Lines         572      572              
==========================================
+ Hits          380      397      +17     
+ Misses        192      175      -17     
Files Coverage Δ
src/cirrus/plugins/management/deployment.py 56.61% <100.00%> (+7.02%) ⬆️

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

@ircwaves
Copy link
Member Author

ircwaves commented Nov 1, 2023

@jkeifer - the feedback mechanism of seeing 0% patch coverage caused me to add a test, along with some changes to make the test function. A coarse and quick second look would be appreciated.

Also, it seems like you were able to bonk the tests to have them rerun with successful coverage upload, and my pushing these new commits leads them to fail coverage upload again. Feels very much like I'm going to have to learn about GitHub actions, though I prefer GitLab CI tremendously.

@ircwaves ircwaves merged commit e91faa2 into cirrus-geo:main Nov 2, 2023
6 checks passed
@ircwaves ircwaves deleted the get-correct-sfn-exec branch November 6, 2023 15:19
@ircwaves ircwaves mentioned this pull request Feb 16, 2024
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.

2 participants