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

✨ Add release note mutations #248

Merged
merged 3 commits into from
Nov 18, 2019
Merged

✨ Add release note mutations #248

merged 3 commits into from
Nov 18, 2019

Conversation

dankolbman
Copy link
Contributor

@dankolbman dankolbman commented Nov 18, 2019

Adds createRelaseNote, editReleaseNote, and removeReleaseNote mutations.

@dankolbman dankolbman added the feature New functionality label Nov 18, 2019
@dankolbman dankolbman self-assigned this Nov 18, 2019
@dankolbman dankolbman force-pushed the graphql-release-notes branch from 4510ebd to a752671 Compare November 18, 2019 18:52
@codecov
Copy link

codecov bot commented Nov 18, 2019

Codecov Report

Merging #248 into master will increase coverage by 0.61%.
The diff coverage is 97.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #248      +/-   ##
==========================================
+ Coverage   85.32%   85.94%   +0.61%     
==========================================
  Files          98      101       +3     
  Lines        3278     3450     +172     
==========================================
+ Hits         2797     2965     +168     
- Misses        481      485       +4
Impacted Files Coverage Δ
coordinator/graphql/schema.py 84.61% <100%> (ø) ⬆️
...graphql/release_notes/test_update_release_notes.py 100% <100%> (ø)
...graphql/release_notes/test_remove_release_notes.py 100% <100%> (ø)
...graphql/release_notes/test_create_release_notes.py 100% <100%> (ø)
coordinator/graphql/release_notes.py 96.22% <95.12%> (-3.78%) ⬇️

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 3452487...52ed44a. Read the comment docs.

Copy link
Contributor

@XuTheBunny XuTheBunny left a comment

Choose a reason for hiding this comment

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

🍹

@dankolbman dankolbman force-pushed the graphql-release-notes branch from 29f6d17 to 35c0b09 Compare November 18, 2019 19:33
@dankolbman dankolbman force-pushed the graphql-release-notes branch from 35c0b09 to 52ed44a Compare November 18, 2019 19:39
@dankolbman dankolbman merged commit d9dbc25 into master Nov 18, 2019
@dankolbman dankolbman deleted the graphql-release-notes branch November 18, 2019 19:45
@dankolbman dankolbman mentioned this pull request Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants