Closed jordanperr closed 8 months ago
Attention: Patch coverage is 66.66667%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 72.49%. Comparing base (
aa11436
) to head (be9c574
).
Files | Patch % | Lines |
---|---|---|
openoa/logging.py | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@all-contributors please add @jordanperr for documentation. please add @ejsimley for documentation. please add @RHammond2 for documentation.
@RHammond2
File README.md was not found in the repository (NREL/OpenOA).
@all-contributors please add @jordanperr for documentation. please add @ejsimley for documentation. please add @RHammond2 for documentation.
@RHammond2
File README.md was not found in the repository (NREL/OpenOA).
@all-contributors please add @jordanperr for documentation. please add @ejsimley for documentation. please add @RHammond2 for documentation.
@RHammond2
File README.md was not found in the repository (NREL/OpenOA).
I've just pushed a couple updates. Commit 0c52c93 should resolve #278 and b09c1e0 should fix the issue where methods or functions wrapped in @logged_xx_call
show as do_something(*args, **kwargs)
instead of do_something(arg1, arg2, kwarg1)
.