mirror of
https://gitlab.com/niansa/libcrosscoro.git
synced 2025-03-06 20:53:32 +01:00
codacy and lgtm analysis (#37)
This commit is contained in:
parent
8a64687510
commit
03f78e2360
5 changed files with 5 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
[](https://github.com/jbaldwin/libcoro/workflows/build/badge.svg)
|
||||
[](https://coveralls.io/github/jbaldwin/libcoro?branch=master)
|
||||
[](https://www.codacy.com/gh/jbaldwin/libcoro/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jbaldwin/libcoro&utm_campaign=Badge_Grade)
|
||||
[![language][badge.language]][language]
|
||||
[![license][badge.license]][license]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.16)
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(libcoro CXX)
|
||||
|
||||
# Set the githooks directory to auto format and update the readme.
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[](https://github.com/jbaldwin/libcoro/workflows/build/badge.svg)
|
||||
[](https://coveralls.io/github/jbaldwin/libcoro?branch=master)
|
||||
[](https://www.codacy.com/gh/jbaldwin/libcoro/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jbaldwin/libcoro&utm_campaign=Badge_Grade)
|
||||
[![language][badge.language]][language]
|
||||
[![license][badge.license]][license]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.16)
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(libcoro_examples)
|
||||
|
||||
add_executable(coro_event coro_event.cpp)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.16)
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(libcoro_test)
|
||||
|
||||
set(LIBCORO_TEST_SOURCE_FILES
|
||||
|
|
Loading…
Add table
Reference in a new issue