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 autocomplete for tags #159

Merged
merged 1 commit into from
Oct 27, 2020
Merged

Add autocomplete for tags #159

merged 1 commit into from
Oct 27, 2020

Conversation

zhiayang
Copy link

Closes #145

@codecov-io
Copy link

codecov-io commented Oct 25, 2020

Codecov Report

Merging #159 into master will increase coverage by 0.29%.
The diff coverage is 85.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #159      +/-   ##
============================================
+ Coverage     47.08%   47.38%   +0.29%     
- Complexity      747      757      +10     
============================================
  Files           119      119              
  Lines          3020     3039      +19     
  Branches        417      419       +2     
============================================
+ Hits           1422     1440      +18     
  Misses         1435     1435              
- Partials        163      164       +1     
Impacted Files Coverage Δ Complexity Δ
...ava/chopchop/logic/autocomplete/AutoCompleter.java 86.48% <85.00%> (-0.22%) 85.00 <8.00> (+8.00) ⬇️
.../chopchop/logic/parser/commands/CommandTarget.java 85.71% <0.00%> (+14.28%) 10.00% <0.00%> (+1.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 ef2d298...6a69376. Read the comment docs.

@seowalex seowalex added this to the v1.3 milestone Oct 27, 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.

Autocompleter cannot complete tag names
3 participants