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 bug responding to draft pr updates #1195

Merged
merged 1 commit into from
Sep 22, 2020
Merged

Fix bug responding to draft pr updates #1195

merged 1 commit into from
Sep 22, 2020

Conversation

lkysow
Copy link
Member

@lkysow lkysow commented Sep 22, 2020

Previously any update to a draft PR other than "closed" would default to
being an "open" event due to a bug in the parsing logic.

FIxes #1194

Previously any update to a draft PR other than "closed" would default to
being an "open" event due to a bug in the parsing logic.
@codecov
Copy link

codecov bot commented Sep 22, 2020

Codecov Report

Merging #1195 into master will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1195      +/-   ##
==========================================
- Coverage   69.87%   69.85%   -0.02%     
==========================================
  Files          71       71              
  Lines        5354     5351       -3     
==========================================
- Hits         3741     3738       -3     
  Misses       1264     1264              
  Partials      349      349              
Impacted Files Coverage Δ
server/events/event_parser.go 84.93% <100.00%> (-0.12%) ⬇️

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 636db0b...f787100. Read the comment docs.

@lkysow lkysow merged commit ec48f54 into master Sep 22, 2020
@lkysow lkysow deleted the draft-prs branch September 22, 2020 17:32
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.

Editing a draft PR will run atlantis plan again
1 participant