codecov.yml 222 B

12345
  1. # Map file paths during tests to the canonical path in the repo
  2. fixes:
  3. # Removes the prefix we use during github actions, use glob to support forks
  4. - "src/github.com/*/coredhcp/::"
  5. - "github.com/*/coredhcp/::"