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

Optionally show headings and error message #31

Merged
merged 2 commits into from
Aug 5, 2020

Conversation

srevinsaju
Copy link
Member

ASLOv4 always showed 'no description found' message whenever description / changelog / new in this feature was missing or failed to parse. In such cases, it was better to not show the message and hide that section. Improves accessibility

Fixes #27

ASLOv4 always showed 'no description found' message whenever description / changelog / new in this feature was missing or failed to parse. In such cases, it was better to not show the message and hide that section. Improves accessibility

Fixes #27
@codecov
Copy link

codecov bot commented Jul 30, 2020

Codecov Report

Merging #31 into master will increase coverage by 0.02%.
The diff coverage is 41.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   31.30%   31.33%   +0.02%     
==========================================
  Files           8        8              
  Lines         674      683       +9     
==========================================
+ Hits          211      214       +3     
- Misses        463      469       +6     
Impacted Files Coverage Δ
aslo4/generator.py 29.02% <12.50%> (-0.56%) ⬇️
aslo4/constants.py 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 cca4af6...bd2c8d9. Read the comment docs.

@srevinsaju srevinsaju merged commit b3e7229 into master Aug 5, 2020
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.

Omit description, new in this version and changelog if nothing present
1 participant