Skip to content

Commit

Permalink
lcov catch2 removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektrikAkar committed Dec 11, 2023
1 parent c884b54 commit 0e7badc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: upload coverage results
run: |
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info '/usr/*' '*/tests/*' --output-file coverage.info
lcov --remove coverage.info '/usr/*' '*/tests/*' '*/catch2/*' --output-file coverage.info
lcov --list coverage.info
bash <(curl https://codecov.io/bash) -f coverage.info
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- develop
# - develop
pull_request:
branches:
- '**'
Expand Down

0 comments on commit 0e7badc

Please sign in to comment.