Skip to content

Commit ae73d47

Browse files
committed
chore: add status badges
1 parent 4c2af1b commit ae73d47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Scope Action Utilities
22

3+
[![Build and Test](https://github.com/sjinks/scope-action-cpp/actions/workflows/ci.yml/badge.svg)](https://github.com/sjinks/scope-action-cpp/actions/workflows/ci.yml)
4+
[![CodeQL](https://github.com/sjinks/scope-action-cpp/actions/workflows/codeql.yml/badge.svg)](https://github.com/sjinks/scope-action-cpp/actions/workflows/codeql.yml)
5+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=sjinks_scope-action-cpp&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=sjinks_scope-action-cpp)
6+
37
## Overview
48

59
This project provides a set of scope guard utilities for managing exit actions in C++. These utilities ensure that specified actions are executed when a scope is exited, regardless of how the exit occurs. The scope guards include:

0 commit comments

Comments
 (0)