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 non-capturing groups #707

Merged
merged 1 commit into from Feb 12, 2023
Merged

Conversation

kingthorin
Copy link
Collaborator

I'd previously used the wrong syntax, luckily it didn't break things.

I'm sure there are a ton of places this should be changed further. I'll look at that for another PR.

Signed-off-by: kingthorin kingthorin@users.noreply.github.com

I'd previously used the wrong syntax, luckily it didn't break things.

I'm sure there are a ton of places this should be changed further. I'll
look at that for another PR.

Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
@codecov-commenter
Copy link

Codecov Report

Merging #707 (8e8dd0b) into main (9aaa8a5) will increase coverage by 0.01%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##               main     #707      +/-   ##
============================================
+ Coverage     92.78%   92.79%   +0.01%     
+ Complexity     2578     2576       -2     
============================================
  Files           281      281              
  Lines          5113     5108       -5     
  Branches        529      529              
============================================
- Hits           4744     4740       -4     
+ Misses          237      235       -2     
- Partials        132      133       +1     
Impacted Files Coverage Δ
...ain/java/net/datafaker/providers/base/Barcode.java 85.71% <0.00%> (-4.77%) ⬇️
.../datafaker/transformations/sql/SqlTransformer.java 85.50% <0.00%> (-0.73%) ⬇️
...ain/java/net/datafaker/providers/base/Disease.java 100.00% <0.00%> (ø)
.../java/net/datafaker/service/FakeValuesService.java 84.47% <0.00%> (+0.19%) ⬆️
...n/java/net/datafaker/providers/base/BaseFaker.java 90.99% <0.00%> (+3.16%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kingthorin
Copy link
Collaborator Author

Did "we" give up on what-the-diff? Or has it stopped working?

@bodiam
Copy link
Contributor

bodiam commented Feb 12, 2023

Did "we" give up on what-the-diff? Or has it stopped working?

No available credits at the moment :(

@bodiam
Copy link
Contributor

bodiam commented Feb 12, 2023

I just applied for an Open Source plan! I hope we could get accepted, I do think these PR summaries are quite helpful!

@kingthorin
Copy link
Collaborator Author

Okay

@kingthorin kingthorin merged commit f6d4c7b into datafaker-net:main Feb 12, 2023
@kingthorin kingthorin deleted the capt-grp branch February 12, 2023 13:38
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.

None yet

3 participants