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

Fix incorrect m.OneOf() docs #529

Merged
merged 1 commit into from
Oct 21, 2021
Merged

Conversation

Zac-HD
Copy link
Contributor

@Zac-HD Zac-HD commented Oct 10, 2021

Closes #345, which I'd just rediscovered and written a nice reproducer for 😅

@codecov-commenter
Copy link

Codecov Report

Merging #529 (ad3bb68) into main (13485d3) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #529      +/-   ##
==========================================
- Coverage   94.77%   94.77%   -0.01%     
==========================================
  Files         236      235       -1     
  Lines       23143    23141       -2     
==========================================
- Hits        21934    21932       -2     
  Misses       1209     1209              
Impacted Files Coverage Δ
libcst/matchers/_matcher_base.py 90.97% <ø> (ø)
libcst/_version.py

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 13485d3...ad3bb68. Read the comment docs.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 13, 2021
@stroxler stroxler merged commit 1e0d484 into Instagram:main Oct 21, 2021
@Zac-HD Zac-HD deleted the fix-oneof-matcher-docs branch October 21, 2021 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] OneOf attribute example is not working
4 participants