From d2e3bdb7dd43ae6e0eeda2bd5ac9f447e515a12e Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Mon, 2 Oct 2023 09:34:52 +0200 Subject: [PATCH 1/2] Disable LCOV --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a034222..ac7563e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,10 +29,10 @@ jobs: # run: genhtml coverage/lcov.info -o coverage > coverage/summary.txt # - name: Check coverage level # run: dart run scripts/coverage.dart - - name: Setup LCOV - run: | - sudo apt-get -y install lcov - lcov --version + # - name: Setup LCOV + # run: | + # sudo apt-get -y install lcov + # lcov --version # - name: Report code coverage # uses: zgosalvez/github-actions-report-lcov@v3 # with: From db6a3acb64722ee963f0ae2d9cbe17924fa2af33 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Mon, 2 Oct 2023 09:38:37 +0200 Subject: [PATCH 2/2] Add README badge --- .vscode/settings.json | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8c27078..106272f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -50,6 +50,7 @@ "cSpell.words": [ "baro", "bootloader", + "codecov", "comms", "Datalog", "endianness", diff --git a/README.md b/README.md index d71de8f..0e2deec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![codecov](https://codecov.io/github/hyper-tuner/ini_parser/graph/badge.svg?token=XJO6OG177G)](https://codecov.io/github/hyper-tuner/ini_parser) + # HyperTuner INI parser INI parser for HyperTuner written in Dart.