File: codecov.yml

package info (click to toggle)
bpfilter 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,076 kB
  • sloc: ansic: 30,397; sh: 1,383; cpp: 959; python: 495; yacc: 385; lex: 194; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
5
6
7
8
ignore:
  # System calls
  - src/core/bpf.c
  # To test end-to-end using BPF_PROG_TEST_RUN
  - src/daemon/cgen/**
  # To test using integration tests
  - src/daemon/xlate/ipt/**
  - src/daemon/xlate/nft/**