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

Make un-registration more robust #167

Merged
merged 5 commits into from
Jan 20, 2021
Merged

Make un-registration more robust #167

merged 5 commits into from
Jan 20, 2021

Conversation

davidkarlsen
Copy link
Collaborator

Fixes #162. This should make un-registration more robust.

@codecov
Copy link

codecov bot commented Jan 20, 2021

Codecov Report

Merging #167 (56fd739) into master (9b3a823) will increase coverage by 0.92%.
The diff coverage is 58.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
+ Coverage   62.50%   63.42%   +0.92%     
==========================================
  Files           2        2              
  Lines         200      205       +5     
==========================================
+ Hits          125      130       +5     
+ Misses         55       51       -4     
- Partials       20       24       +4     
Impacted Files Coverage Δ
controllers/githubactionrunner_controller.go 57.15% <51.73%> (+1.79%) ⬆️
controllers/podrunner_types.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b3a823...56fd739. Read the comment docs.

@davidkarlsen davidkarlsen changed the title Fix un-registration by dropping use of finalizers Make un-registration more robust Jan 20, 2021
@davidkarlsen davidkarlsen merged commit 9c2be0f into master Jan 20, 2021
@davidkarlsen davidkarlsen deleted the issue162 branch January 20, 2021 23:04
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.

unregister before delete
1 participant