casbin-lua / kong-authz

Casbin authorization plugin for Kong
https://github.com/casbin/lua-casbin
Apache License 2.0
5 stars 5 forks source link

feat: Added badges for test #5

Closed rushitote closed 3 years ago

rushitote commented 3 years ago

fix: #4

hsluoyz commented 3 years ago

@rushitote what about code coverage and release badges?

rushitote commented 3 years ago

@hsluoyz I can add semantic release but code coverage isn't possible currently for this plugin since the tests are using direct HTTP requests to the server and hence we only check the response.

hsluoyz commented 3 years ago

OK.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

hsluoyz commented 3 years ago

@rushitote plz fix: https://github.com/casbin-lua/kong-authz/runs/3105673633?check_suite_focus=true

rushitote commented 3 years ago

fixed by a re-run.