Skip to content

Commit

Permalink
Trying second version of exclude, also testing that this commit retri…
Browse files Browse the repository at this point in the history
…ggers CI
  • Loading branch information
SamFlt committed May 27, 2024
1 parent edea765 commit 0a3387d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
'/usr/*' \
'*/private/*' \
'*/test/*' \
"$WD/../3rdparty/*" \
"$WD/../demo/*" \
"$WD/../example/*" \
"$WD/../samples/*" \
"$WD/../modules/gui*" \
"$WD/../modules/io/src/parallel-port*" \
"$WD/../modules/robot*" \
"$WD/../modules/sensor*" \
"/*/3rdparty/*" \
"/*/demo/*" \
"/*/example/*" \
"/*/samples/*" \
"/*/modules/gui*" \
"/*/modules/io/src/parallel-port*" \
"/*/modules/robot*" \
"/*/modules/sensor*" \
--output-file visp-coverage.cleaned
- name: Upload report to Codecov
Expand Down

0 comments on commit 0a3387d

Please sign in to comment.