NOAA-EMC / wxflow

Tools for Weather Workflows
https://wxflow.readthedocs.io/en/latest
GNU Lesser General Public License v3.0
0 stars 7 forks source link

SQLiteDB.Error.Excetption -> SQLiteDBError.Exception update #19

Closed TerrenceMcGuinness-NOAA closed 6 months ago

TerrenceMcGuinness-NOAA commented 6 months ago

Description

Needed to add SQLiteDBError to __init__.py to use SQLiteDBError.Exception over SQLiteDB.Error.Exception

Type of change

How Has This Been Tested?

Tested with working version of pr_list_database.py

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 50.88%. Comparing base (a35ad18) to head (3e45109).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #19 +/- ## =========================================== - Coverage 50.91% 50.88% -0.04% =========================================== Files 16 16 Lines 1477 1476 -1 Branches 313 313 =========================================== - Hits 752 751 -1 Misses 669 669 Partials 56 56 ```

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