moov-io / bai2

BAI2 file format is a cash management balance reporting standard
Apache License 2.0
15 stars 9 forks source link

[validation] validate BAI2 file after parsing #103

Closed wokkaflokka closed 5 months ago

wokkaflokka commented 5 months ago

Updates the print and format commands and API endpoints to call the Validate() method on a BAI2 file. The parse endpoint already does this.

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 28.57143% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 66.11%. Comparing base (fffb0e4) to head (9962ef0).

:exclamation: Current head 9962ef0 differs from pull request most recent head fe815e4. Consider uploading reports for the commit fe815e4 to get more accurate results

Files Patch % Lines
pkg/service/handlers.go 25.00% 4 Missing and 2 partials :warning:
cmd/bai2/main.go 33.33% 2 Missing and 2 partials :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #103 +/- ## ========================================== + Coverage 64.53% 66.11% +1.57% ========================================== Files 21 21 Lines 1128 1142 +14 ========================================== + Hits 728 755 +27 + Misses 213 203 -10 + Partials 187 184 -3 ```

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