From 1857d4ee5b03da5384c885e033243d604fd9f1a9 Mon Sep 17 00:00:00 2001 From: Matteo Concas Date: Wed, 12 Feb 2025 16:31:38 +0100 Subject: [PATCH 1/2] Remove CodeCov badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3dc6061a39351..8715613a0eb5c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ -[![codecov](https://codecov.io/gh/AliceO2Group/AliceO2/branch/dev/graph/badge.svg)](https://codecov.io/gh/AliceO2Group/AliceO2/branches/dev) [![JIRA](https://img.shields.io/badge/JIRA-Report%20issue-blue.svg)](https://alice.its.cern.ch/jira/secure/CreateIssue.jspa?pid=11201&issuetype=1) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1493334.svg)](https://doi.org/10.5281/zenodo.1493334) From 3b415df425b97f028a6ca0837bb453f9b8dd189a Mon Sep 17 00:00:00 2001 From: Matteo Concas Date: Wed, 12 Feb 2025 16:35:21 +0100 Subject: [PATCH 2/2] Fix Format --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8715613a0eb5c..5bdbc4a801e5e 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ Rules and instructions are available in the repository ### Enable C++ compiler warnings -Currently O2 is built with minimal compiler warnings enabled. This is going to change in the near future. In the transition period, developers have to manualy enable warnings by building O2 with `ALIBUILD_O2_WARNINGS` environment variable set e.g. using the `-e` option of `alibuild` e.g: -```bash +Currently O2 is built with minimal compiler warnings enabled. This is going to change in the near future. In the transition period, developers have to manualy enable warnings by building O2 with `ALIBUILD_O2_WARNINGS` environment variable set e.g. using the `-e` option of `alibuild` e.g: +```bash aliBuild build --debug -e ALIBUILD_O2_WARNINGS=1 --defaults o2 O2 -``` +``` A helper script that extracts warnings from the build log skipping duplicates is available [here](https://github.com/AliceO2Group/AliceO2/blob/dev/scripts/filter-warnings.sh)