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

(GH-12) Use inheritdoc for inherited comments #40

Closed

Conversation

pascalberger
Copy link
Collaborator

Use inheritdoc to resolve inherited comments

@pascalberger
Copy link
Collaborator Author

Comments currently can't be resolved due to malformed content in netstandard.xml. See dotnet/standard#1527

@codecov
Copy link

codecov bot commented Sep 27, 2019

Codecov Report

Merging #40 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #40   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            5      5           
  Lines          115    115           
  Branches        14     14           
======================================
  Hits           115    115
Impacted Files Coverage Δ
src/BBT.MaybePattern/Maybe.cs 100% <ø> (ø) ⬆️
src/BBT.MaybePattern/NoneCase.cs 100% <ø> (ø) ⬆️
src/BBT.MaybePattern/MaybeStruct.cs 100% <ø> (ø) ⬆️

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 dcf81ba...8d4980a. Read the comment docs.

@pascalberger pascalberger force-pushed the feature/inheritdoc branch 3 times, most recently from b33c11c to 3730116 Compare January 3, 2020 22:06
@pascalberger
Copy link
Collaborator Author

Implemented with #25

@pascalberger pascalberger deleted the feature/inheritdoc branch January 3, 2020 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant