artefactual-sdps / temporal-activities

Temporal activities is a library of general purpose activities
Apache License 2.0
1 stars 0 forks source link

Add a no-op validator for use in tests #35

Closed djjuhasz closed 1 week ago

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 82.04%. Comparing base (8ea34d2) to head (1c20c33).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## ========================================== + Coverage 81.88% 82.04% +0.16% ========================================== Files 16 17 +1 Lines 436 440 +4 ========================================== + Hits 357 361 +4 Misses 55 55 Partials 24 24 ```

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

djjuhasz commented 1 week ago

This isn't necessary, I can just call xmlvalidate.New(nil) with a nil argument.