Skip to content

Commit

Permalink
codecov: omit strlcpy
Browse files Browse the repository at this point in the history
Problem: strlcpy.c is vendored code but is included in coverage
report.

Add to codecov.yml ignore list.
  • Loading branch information
garlick committed Nov 11, 2021
1 parent 3e55954 commit 78f67fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ coverage:
- ".*/test/.*"
- ".*/common/libtap/.*"
- ".*/common/libccan/.*"
- ".*/common/libutil/strlcpy.[ch]"
- "/usr/include/.*"
- "/usr/lib/.*"

0 comments on commit 78f67fa

Please sign in to comment.