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 a bug on 0 elements Paginators #58

Conversation

Victoremepunto
Copy link
Contributor

@Victoremepunto Victoremepunto commented Dec 5, 2019

  • Deals with exising bug on Patternfly 4 that does not deactivates
    previous page selector on 0 items Pagination objects.
  • Added unit tests.
  • Refactoring of unit tests

 - Deals with exising bug on Patternfly 4 that does not deactivates
 previous page selector on 0 items Pagination objects.
 - Added unit tests.
 - Refactoring of unit tests
@codecov-io
Copy link

codecov-io commented Dec 5, 2019

Codecov Report

Merging #58 into master will increase coverage by 0.21%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   86.46%   86.68%   +0.21%     
==========================================
  Files          16       16              
  Lines         968      976       +8     
==========================================
+ Hits          837      846       +9     
+ Misses        131      130       -1
Impacted Files Coverage Δ
src/widgetastic_patternfly4/pagination.py 96.63% <100%> (+1.14%) ⬆️

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 70be117...eb58f43. Read the comment docs.

@quarckster quarckster merged commit c84b968 into RedHatQE:master Dec 5, 2019
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.

None yet

3 participants