SpineEventEngine / validation

Apache License 2.0
3 stars 0 forks source link

Configure `IncrementGuard` with a custom artifact prefix and publish a new version #87

Closed dmdashenkov closed 1 year ago

dmdashenkov commented 1 year ago

A previous PR failed to publish a new version of the artifacts because IncrementGuard was effectively disabled for some time now. In this PR we fix IncrementGuard and publish a new version of the artifacts.

codecov[bot] commented 1 year ago

Codecov Report

Merging #87 (30a8cf9) into master (e3b48a9) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #87 +/- ## ========================================= Coverage 45.25% 45.25% Complexity 461 461 ========================================= Files 123 123 Lines 2674 2674 Branches 217 217 ========================================= Hits 1210 1210 Misses 1406 1406 Partials 58 58 ```
dmdashenkov commented 1 year ago

@armiol, PTAL.