Skip to content

Commit

Permalink
Disable LCOV, add README badge (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l authored Oct 2, 2023
1 parent 80b6379 commit 28f265c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"cSpell.words": [
"baro",
"bootloader",
"codecov",
"comms",
"Datalog",
"endianness",
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 28f265c

Please sign in to comment.