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

Add infix feature extractors samples (#1568) #1733

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

constantine-zubrylin
Copy link
Contributor

Adds infix feature extractors samples based on fluent tests


I confirm that I have read the Contributor Agreements v1.0, agree to be bound on them and confirm that my contribution is compliant.

// }
// }

data class Person2(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO: Merge with Person class

Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.68%. Comparing base (5d98d57) to head (9f60da8).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1733   +/-   ##
=========================================
  Coverage     92.68%   92.68%           
  Complexity      116      116           
=========================================
  Files           442      442           
  Lines          4895     4895           
  Branches        234      234           
=========================================
  Hits           4537     4537           
  Misses          311      311           
  Partials         47       47           
Flag Coverage Δ
current 92.51% <ø> (ø)
current_windows 91.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

fails {
expect(person) its { age } toBeLessThan 20 toBeGreaterThan 30
// | | not evaluated/reported because `toBeLessThan` already fails
// | | use an expectation-group block; for more details: https://github.com/robstoll/atrium#define-single-expectations-or-expectation-groups
Copy link
Owner

Choose a reason for hiding this comment

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

update link as well

@constantine-zubrylin constantine-zubrylin force-pushed the 1568-add-FeatureExtractorSamples-to-api-infix branch from 9f60da8 to 7d3ddf4 Compare April 3, 2024 21:05
constantine-zubrylin and others added 2 commits April 4, 2024 00:08
…trium/api/infix/en_GB/samples/FeatureExtractorSamples.kt

Co-authored-by: Robert Stoll <[email protected]>
@robstoll
Copy link
Owner

@constantine-zubrylin just as info, did not have a look again, let me know once it is ready for review

@constantine-zubrylin
Copy link
Contributor Author

@constantine-zubrylin just as info, did not have a look again, let me know once it is ready for review

Sure. Sorry, I have some problems with free time, but I'll return to the ticket soon.

@robstoll
Copy link
Owner

No stress and thanks for your contributions

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

2 participants