@fabrao you could consider uploading a code coverage report to http://codecov.io. I do this for rewrite-clj. Note that a little while ago http://codecov.io did have https://about.codecov.io/security-update/. All that said, some relevant pointers from rewrite-clj 1. github action code coverage workflow a. https://github.com/clj-commons/rewrite-clj/blob/a680e18e96b9c9b94c999201093a14f9144371ee/.github/workflows/code-coverage.yml#L46 that generates coverage report b. https://github.com/clj-commons/rewrite-clj/blob/a680e18e96b9c9b94c999201093a14f9144371ee/.github/workflows/code-coverage.yml#L48-L59 to http://codecov.io 2. the babashka task https://github.com/clj-commons/rewrite-clj/blob/a680e18e96b9c9b94c999201093a14f9144371ee/script/test_coverage.clj#L14-L18