WebOfTrust / keria

KERI Agent in the cloud
https://keria.readthedocs.io/en/latest/
Apache License 2.0
18 stars 29 forks source link

Update tests to ensure config files are accessed from absolute paths #227

Closed pfeairheller closed 5 months ago

pfeairheller commented 5 months ago

The PR ensures config files are accessed from absolute paths not relative to where the test is being run.

The previous behavior was causing the creation of new empty config files if tests were run from anywhere but the root directory of project.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 92.81%. Comparing base (5f06007) to head (bf92386). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #227 +/- ## ========================================== - Coverage 93.08% 92.81% -0.28% ========================================== Files 38 37 -1 Lines 7002 6974 -28 ========================================== - Hits 6518 6473 -45 - Misses 484 501 +17 ```

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