go-rel / rel

:gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
https://go-rel.github.io/
MIT License
744 stars 58 forks source link

Replace empty interface with any #315

Closed Fs02 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (df47b28) compared to base (024d66f). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #315 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 35 35 Lines 2884 2884 ========================================= Hits 2884 2884 ``` | [Impacted Files](https://codecov.io/gh/go-rel/rel/pull/315?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel) | Coverage Δ | | |---|---|---| | [association.go](https://codecov.io/gh/go-rel/rel/pull/315/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel#diff-YXNzb2NpYXRpb24uZ28=) | `100.00% <ø> (ø)` | | | [column.go](https://codecov.io/gh/go-rel/rel/pull/315/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel#diff-Y29sdW1uLmdv) | `100.00% <ø> (ø)` | | | [document\_meta.go](https://codecov.io/gh/go-rel/rel/pull/315/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel#diff-ZG9jdW1lbnRfbWV0YS5nbw==) | `100.00% <ø> (ø)` | | | [nullable.go](https://codecov.io/gh/go-rel/rel/pull/315/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel#diff-bnVsbGFibGUuZ28=) | `100.00% <ø> (ø)` | | | [on\_conflict.go](https://codecov.io/gh/go-rel/rel/pull/315/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel#diff-b25fY29uZmxpY3QuZ28=) | `100.00% <ø> (ø)` | | | [query.go](https://codecov.io/gh/go-rel/rel/pull/315/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel#diff-cXVlcnkuZ28=) | `100.00% <ø> (ø)` | | | [schema\_options.go](https://codecov.io/gh/go-rel/rel/pull/315/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel#diff-c2NoZW1hX29wdGlvbnMuZ28=) | `100.00% <ø> (ø)` | | | [structset.go](https://codecov.io/gh/go-rel/rel/pull/315/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel#diff-c3RydWN0c2V0Lmdv) | `100.00% <ø> (ø)` | | | [changeset.go](https://codecov.io/gh/go-rel/rel/pull/315/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel#diff-Y2hhbmdlc2V0Lmdv) | `100.00% <100.00%> (ø)` | | | [collection.go](https://codecov.io/gh/go-rel/rel/pull/315/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel#diff-Y29sbGVjdGlvbi5nbw==) | `100.00% <100.00%> (ø)` | | | ... and [11 more](https://codecov.io/gh/go-rel/rel/pull/315/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-rel)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.