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 list_epic_attributes() #104

Merged
merged 10 commits into from
Apr 23, 2023
Merged

Add list_epic_attributes() #104

merged 10 commits into from
Apr 23, 2023

Conversation

gavanfantom
Copy link
Contributor

@gavanfantom gavanfantom commented Feb 4, 2021

Description

Describe:

This adds a list_epic_attributes() function, working the same way as list_user_story_attributes().

References

Fix #103

Checklist

  • I have read the contribution guide
  • Code lint checked via inv lint
  • changes file included (see docs)
  • Usage documentation added in case of new features
  • Tests added

@coveralls
Copy link

coveralls commented Feb 4, 2021

Coverage Status

Coverage increased (+0.01%) to 97.838% when pulling 6aa2c53 on gavanfantom:master into 71888dd on nephila:master.

@codecov
Copy link

codecov bot commented Feb 4, 2021

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02 🎉

Comparison is base (923cabc) 96.35% compared to head (0dc4c14) 96.38%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   96.35%   96.38%   +0.02%     
==========================================
  Files           8        8              
  Lines         878      884       +6     
  Branches       66       66              
==========================================
+ Hits          846      852       +6     
  Misses         19       19              
  Partials       13       13              
Flag Coverage Δ
unittests 96.38% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
taiga/models/__init__.py 100.00% <ø> (ø)
taiga/models/models.py 96.47% <100.00%> (+0.04%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

This was referenced Apr 23, 2023
@yakky
Copy link
Member

yakky commented Apr 23, 2023

Fix #122

Fix #123

@yakky
Copy link
Member

yakky commented Apr 23, 2023

@gavanfantom thanks a lot for your contribution and sorry for the super late review and merge 😢

@yakky yakky merged commit 284f825 into nephila:master Apr 23, 2023
14 checks passed
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.

list_epic_attributes() function is missing
3 participants