Skip to content

Commit 82ec9b8

Browse files
committed
ci: Add Coveralls badge
1 parent 3e936f4 commit 82ec9b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AutoDiff: automatic differentiation framework for C++
22

33
[![CI Builds](https://github.com/krippner/auto-diff/actions/workflows/ci.yml/badge.svg)](https://github.com/krippner/auto-diff/actions/workflows/ci.yml)
4+
[![Coverage Status](https://coveralls.io/repos/github/krippner/auto-diff/badge.svg?branch=main)](https://coveralls.io/github/krippner/auto-diff?branch=main)
45

56
Welcome to AutoDiff, a modern C++17 header-only library for **automatic differentiation (AD)** in forward- and reverse mode.
67
Unlike other AD libraries, AutoDiff is a **framework** that provides the generic building blocks for AD, allowing you to choose what data types to compute with and to create custom AD implementations with ease.

0 commit comments

Comments
 (0)