Skip to content

Commit

Permalink
Try and ignore test and program folders in codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Sep 22, 2024
1 parent 04fe4a9 commit a3f0872
Showing 1 changed file with 13 additions and 0 deletions.
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 a3f0872

Please sign in to comment.