diff --git a/README.md b/README.md index cc66a0c..c8f2633 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Number Theory [![Documentation Status](https://readthedocs.org/projects/num-theory/badge/?version=latest)](https://num-theory.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/UBC-MDS/num_theory/graph/badge.svg?token=D83Q1sJfPf)](https://codecov.io/gh/UBC-MDS/num_theory) +[![ci-cd](https://github.com/UBC-MDS/num_theory/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/UBC-MDS/num_theory/actions/workflows/ci-cd.yml) A high-performance Python package for number theory operations, optimized for Project Euler and computational mathematics problems.