arturmkrtchyan / iban4j

A Java library for generation and validation of the International Bank Account Numbers (IBAN ISO_13616) and Business Identifier Codes (BIC ISO_9362).
http://iban4j.org
Apache License 2.0
270 stars 124 forks source link

Add GitHub action for verifying tests #94

Closed aSemy closed 11 months ago

aSemy commented 2 years ago

This adds a GitHub action that will run the tests on every pull request or change on master. This can be really helpful to quickly validate that an incoming pull request passes

Demo here: https://github.com/aSemy/iban4j/pull/1

~WIP - I'm seeing if I can get a better test report generator~ I think I've found the best test report generator. I couldn't find a good Jacoco one though.