Git Product home page Git Product logo

cpp-11-standard's Introduction

C++ 11 Standard

Build Status codecov FOSSA Status

Last Updated: 12/16/20 20:39:19

What is this?

This is a C++ application, with basic unit tests, for which coverage is uploaded to Codecov on a daily basis. It can also serve as an example for how to integrate Codecov into your C++ project. If the build is passing for this project, then Codecov's C++ report processing is functional and correct on codecov.io.

Configuration

This project is written in C++ 11 and it is built using Clang++. Unit test are written using the Catch2 framework and coverage reports are generated using the gcov CLI.

Usage

The Docker Way

Run unit tests inside a Docker container

docker-compose up

The Local Way

Compile Test Binary

g++ -std=c++11 -o TestBinary -fprofile-arcs -ftest-coverage test/test_index.cpp

Run Test Binary

./TestBinary

Generate Report

gcov -o . test/test_index.cpp

Reporting Issues

If you've discovered an issue with this repository or with C++ processing in general, it is recommended to email [email protected] rather than post an issue here. This repository will not be checked regularly for open issues.

Contributing

Contributions are welcome! If you'd like to contribute to this repository, feel free to open a pull request or flag an issue. If you would like to contribute a new lanaguage standard, you can get more information here.

License

FOSSA Status

cpp-11-standard's People

Contributors

drazisil-codecov avatar febg avatar fossabot avatar thomasrockhu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.