Skip to content

Commit

Permalink
badge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-jerred committed Oct 13, 2024
1 parent 0d364b1 commit 566d59b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/signal_easel_ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
filename: code_coverage.json
label: Test Coverage
message: ${{ env.TEST_COVERAGE }} %
# color: orange
valColorRange: ${{ env.TEST_COVERAGE }} # The actual value that will be displayed on the badge.
minColorRange: 50 # If valColorRange is at or below this, the badge will be red.
maxColorRange: 90 # If valColorRange is at or above this, the badge will be green.
Expand All @@ -120,8 +119,7 @@ jobs:
gistID: ${{ secrets.CODE_COVERAGE_GIST_ID }}
filename: doxygen_coverage.json
label: Doxygen Coverage
message: ${{ env.DOC_COVERAGE_LABEL }} %
# color: orange
message: ${{ env.DOC_COVERAGE_LABEL }}
valColorRange: ${{ env.DOC_COVERAGE_VALUE }} # The actual value that will be displayed on the badge.
minColorRange: 50 # If valColorRange is at or below this, the badge will be red.
maxColorRange: 90 # If valColorRange is at or above this, the badge will be green.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SignalEasel
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/joshua-jerred/b51272b5db76d6d818ada419ce2d1bef/raw/code_coverage.json)
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/joshua-jerred/b51272b5db76d6d818ada419ce2d1bef/raw/doxygen_coverage.json)

SignalEasel is a C++ library for audio modulation and demodulation through a
variety of analog and digital modes via PulseAudio and `.wav` files. It also
Expand Down

0 comments on commit 566d59b

Please sign in to comment.