Skip to content

Commit fa1a5b1

Browse files
authored
Update badges
1 parent a4cdab5 commit fa1a5b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Traits for C++
22

3-
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](LICENSE)
43
[![windows](https://github.com/VolumeGraphics/traits/actions/workflows/windows.yml/badge.svg?cache-control=no-cache)](https://github.com/VolumeGraphics/traits/actions/workflows/windows.yml)
54
[![linux](https://github.com/VolumeGraphics/traits/actions/workflows/linux.yml/badge.svg?cache-control=no-cache)](https://github.com/VolumeGraphics/traits/actions/workflows/linux.yml)
65
[![macos](https://github.com/VolumeGraphics/traits/actions/workflows/macos.yml/badge.svg?cache-control=no-cache)](https://github.com/VolumeGraphics/traits/actions/workflows/macos.yml)
76
[![lint](https://github.com/VolumeGraphics/traits/actions/workflows/lint.yml/badge.svg?cache-control=no-cache)](https://github.com/VolumeGraphics/traits/actions/workflows/lint.yml)
7+
[![codecov](https://codecov.io/github/VolumeGraphics/traits/graph/badge.svg?token=BK2TDD58X6)](https://codecov.io/github/VolumeGraphics/traits)
8+
9+
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](LICENSE)
810

911
Define shared behavior in a non-intrusive way while preserving value semantics.
1012

0 commit comments

Comments
 (0)