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

DO NOT MERGE: tagNameAndAttributesAreEqual for use by TaggedArgument implementations. #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cmnbroad
Copy link
Collaborator

No description provided.

@codecov-io
Copy link

codecov-io commented Jan 24, 2019

Codecov Report

Merging #152 into master will decrease coverage by 0.06%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #152      +/-   ##
============================================
- Coverage     76.66%   76.59%   -0.07%     
  Complexity      672      672              
============================================
  Files            26       27       +1     
  Lines          2301     2303       +2     
  Branches        455      456       +1     
============================================
  Hits           1764     1764              
- Misses          365      367       +2     
  Partials        172      172
Impacted Files Coverage Δ Complexity Δ
...oadinstitute/barclay/argparser/TaggedArgument.java 0% <0%> (ø) 0 <0> (?)

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 7e56d72...b392fda. Read the comment docs.

@@ -508,4 +508,6 @@ public void testGetCommandLineTagged(final String[] argv, final String expectedC
final String commandLine = clp.getCommandLine();
Assert.assertEquals(commandLine, expectedCommandLine);
}

//TODO Add a tagNameAndAttributesAreEqual test here
Copy link
Member

Choose a reason for hiding this comment

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

todo

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.

3 participants