Skip to content

Commit

Permalink
Merge pull request #1468 from SamFlt/fix_ci_coverage_ios
Browse files Browse the repository at this point in the history
Fix failing CI and wrong coverage report
  • Loading branch information
fspindle authored Sep 23, 2024
2 parents 757137c + df8d5fb commit 2412b15
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./build/visp-coverage.cleaned
disable_search: true
fail_ci_if_error: true
verbose: true
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
run: |
mkdir build
cd build
# cf: doc\tutorial\ios\tutorial-install-iOS.dox
# cf: doc\tutorial\ios\tutorial-install-iOS.dox
python ../platforms/ios/build_framework.py ios --iphoneos_deployment_target 12.0 --iphoneos_archs arm64 \
--build_only_specified_archs True
13 changes: 13 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@ coverage:
patch:
default:
informational: true

ignore:
- "**/test/"
- "**/3rdparty/"
- "**/demo/"
- "**/example/"
- "**/apps/"
- "**/samples/"
- "**/tutorial/"
- "**/modules/gui"
- "**/modules/io/src/parallel-port"
- "**/modules/robot"
- "**/modules/sensor"

0 comments on commit 2412b15

Please sign in to comment.