diff --git a/README.md b/README.md index 11fdd1f..41f098a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Execy +[![Upload Python Package](https://github.com/hglong16/execy/actions/workflows/python-publish.yml/badge.svg?branch=master)](https://github.com/hglong16/execy/actions/workflows/python-publish.yml) The execy `@exec_time` decorator is a utility that measures the execution time of a function. It can be used to easily track and log the time taken by a function to execute, both for synchronous and asynchronous functions.