Skip to content

astarte_data_access_generators to mono-repo#1922

Open
shinnokdisengir wants to merge 3 commits intoastarte-platform:release-1.3from
shinnokdisengir:refactoring/astarte_data_access_generators
Open

astarte_data_access_generators to mono-repo#1922
shinnokdisengir wants to merge 3 commits intoastarte-platform:release-1.3from
shinnokdisengir:refactoring/astarte_data_access_generators

Conversation

@shinnokdisengir
Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

Additional documentation e.g. usage docs, diagrams, reviewer notes, etc.:


Thanks for sending a pull request! If this is your first time, here are some tips for you:
  1. You can take a look at our developer guide for an introduction on Astarte development!
  2. Make sure to read CONTRIBUTING.md and CODE_OF_CONDUCT.md
  3. If the PR is unfinished or you're actively working on it, mark it as draft

When fixing existing issues, use github's syntax to link your pull request to it

fixes #<issue number>

We also have a syntax to signal dependencies to other open pull requests

depends on #<pr number>
depends on https://github.com/...

In case of stacked PRs, you may add the PR number in the last commit's title instead:

gitGraph
    commit id: "Current master"
    branch feat1
    checkout feat1
    commit id: "feat: add something"
    commit id: "feat: add something else (#100)"
    branch feat2
    checkout feat2
    commit id: "refactor: do something"
    commit id: "fix: solve issue"
    commit id: "feat: add a feature (#101)"
    branch feat3
    checkout feat3
    commit id: "feat: feat without pr number"
Loading

@shinnokdisengir shinnokdisengir self-assigned this Apr 9, 2026
@github-actions github-actions bot added the size/l label Apr 9, 2026
@shinnokdisengir shinnokdisengir added chore Maintenance chore testing This issue or pull request is about testing and coverage dependencies Pull requests that update a dependency file internals This issue or pull request is about implementation details size/m size/xl renovate labels Apr 9, 2026
@shinnokdisengir shinnokdisengir force-pushed the refactoring/astarte_data_access_generators branch from 0cce233 to acee5d4 Compare April 9, 2026 10:55
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.50%. Comparing base (c77def9) to head (5480e38).

Additional details and impacted files
@@               Coverage Diff               @@
##           release-1.3    #1922      +/-   ##
===============================================
+ Coverage        85.44%   85.50%   +0.05%     
===============================================
  Files              589      591       +2     
  Lines            10260    10272      +12     
===============================================
+ Hits              8767     8783      +16     
+ Misses            1493     1489       -4     
Files with missing lines Coverage Δ
...bs/astarte_data_access_generators/lib/interface.ex 100.00% <100.00%> (ø)
libs/astarte_data_access_generators/lib/mapping.ex 100.00% <100.00%> (ø)

... and 8 files with indirect coverage changes

Flag Coverage Δ
astarte_appengine_api 86.55% <ø> (+0.10%) ⬆️
astarte_data_access 82.35% <ø> (ø)
astarte_data_access_generators 100.00% <100.00%> (?)
astarte_data_updater_plant 81.65% <ø> (+0.11%) ⬆️
astarte_events 79.40% <ø> (ø)
astarte_generators 97.56% <ø> (-0.18%) ⬇️
astarte_housekeeping 85.83% <ø> (-0.15%) ⬇️
astarte_pairing 84.01% <ø> (-0.06%) ⬇️
astarte_realm_management 88.62% <ø> (+0.22%) ⬆️
astarte_rpc 88.23% <ø> (ø)
astarte_trigger_engine 82.52% <ø> (ø)

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@shinnokdisengir shinnokdisengir force-pushed the refactoring/astarte_data_access_generators branch 3 times, most recently from f81e432 to fa3119b Compare April 9, 2026 13:49
@shinnokdisengir shinnokdisengir marked this pull request as ready for review April 9, 2026 14:11
@shinnokdisengir shinnokdisengir force-pushed the refactoring/astarte_data_access_generators branch 3 times, most recently from d441025 to 74d1ed5 Compare April 9, 2026 15:06
@shinnokdisengir shinnokdisengir requested a review from noaccOS April 9, 2026 15:08
@shinnokdisengir shinnokdisengir force-pushed the refactoring/astarte_data_access_generators branch 5 times, most recently from 590d05c to a89bae3 Compare April 9, 2026 16:33
@shinnokdisengir shinnokdisengir force-pushed the refactoring/astarte_data_access_generators branch from a89bae3 to 8d71f2b Compare April 10, 2026 08:50
…s` in monorepo + commited scope

- copied entire project
- edited `committed.toml` to add the new scope `data_access_generators`

Signed-off-by: Gabriele Ghio <gabriele.ghio@secomind.com>
Signed-off-by: Gabriele Ghio <gabriele.ghio@secomind.com>
Signed-off-by: Gabriele Ghio <gabriele.ghio@secomind.com>
@shinnokdisengir shinnokdisengir force-pushed the refactoring/astarte_data_access_generators branch from 8d71f2b to 5480e38 Compare April 10, 2026 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance chore dependencies Pull requests that update a dependency file internals This issue or pull request is about implementation details renovate size/l size/m size/xl testing This issue or pull request is about testing and coverage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants