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

Detect duplicate operationId fix #109

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Feb 18, 2021

Fixes #96

@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #109 (9eeb6c9) into master (a274f59) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
+ Coverage   98.19%   98.22%   +0.03%     
==========================================
  Files          18       18              
  Lines         498      508      +10     
==========================================
+ Hits          489      499      +10     
  Misses          9        9              
Impacted Files Coverage Δ
openapi_spec_validator/exceptions.py 100.00% <100.00%> (ø)
openapi_spec_validator/validators.py 99.06% <100.00%> (+0.03%) ⬆️

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 a274f59...9eeb6c9. Read the comment docs.

@p1c2u p1c2u force-pushed the fix/detect-duplicate-operation-id-fix branch from 6f403ea to 144bdff Compare February 18, 2021 23:45
@p1c2u p1c2u force-pushed the fix/detect-duplicate-operation-id-fix branch from 144bdff to 9eeb6c9 Compare February 18, 2021 23:52
@p1c2u p1c2u merged commit 5521114 into master Feb 18, 2021
@p1c2u p1c2u deleted the fix/detect-duplicate-operation-id-fix branch February 18, 2021 23:58
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.

Duplicate operationId not detected
1 participant