bvanelli / actualpy

Python API implementation for Actual server - reference https://actualbudget.org/
20 stars 4 forks source link

fix: Correct model for latest actual server. #42

Closed bvanelli closed 1 month ago

bvanelli commented 1 month ago

Closes https://github.com/bvanelli/actualpy/issues/39

I tested with the missing column, and the model seems to work.

I also added a test to check for missing columns in one of the tests, so that they cannot be missed in the future.

image
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.75%. Comparing base (1981fcc) to head (b64ce39).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #42 +/- ## ========================================== + Coverage 96.69% 96.75% +0.06% ========================================== Files 13 13 Lines 1725 1728 +3 ========================================== + Hits 1668 1672 +4 + Misses 57 56 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.