An open API service indexing awesome lists of open source software.

https://github.com/xmidt-org/cpeabs

An abstraction layer for consumer preference equipment systems.
https://github.com/xmidt-org/cpeabs

Last synced: about 2 months ago
JSON representation

An abstraction layer for consumer preference equipment systems.

Awesome Lists containing this project

README

        

# cpeabs

An abstraction layer for consumer preference equipment systems.

[![Build Status](https://github.com/xmidt-org/cpeabs/workflows/CI/badge.svg)](https://github.com/xmidt-org/cpeabs/actions)
[![codecov.io](https://codecov.io/gh/xmidt-org/cpeabs/branch/main/graph/badge.svg?token=D267HYdfCD)](https://codecov.io/gh/xmidt-org/cpeabs)
[![coverity](https://img.shields.io/coverity/scan/23416.svg)](https://scan.coverity.com/projects/xmidt-org-cpeabs)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xmidt-org_cpeabs&metric=alert_status)](https://sonarcloud.io/dashboard?id=xmidt-org_cpeabs)
[![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/xmidt-org/cpeabs.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/xmidt-org/cpeabs/context:cpp)
[![GitHub release](https://img.shields.io/github/release/xmidt-org/cpeabs.svg)](CHANGELOG.md)

## Add more information here.

# Building and Testing Instructions

```
meson setup --warnlevel 3 --werror build
cd build
ninja all test coverage
firefox meson-logs/coveragereport/index.html
```