serverlesstechnology / cqrs

A lightweight, opinionated CQRS and event sourcing framework.
Other
346 stars 36 forks source link

add code coverage workflow #59

Closed danieleades closed 1 year ago

danieleades commented 1 year ago

adds a workflow to check the test coverage.

note that this requires adding the codecov app from the github marketplace - https://github.com/apps/codecov

this is useful for ensuring that PRs do not significantly degrade the total level of test coverage.

serverlesstechnology commented 1 year ago

@danieleades thanks again for all the work here!