Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 codecov 扫描中排除某些文件和文件夹?我在这里看到了docs,我应该在 codecov.yml 中使用 ignorePaths 元素。我这样做了,但 codecov 仍然扫描那些文件?
我在我们的 jenkins 日志中看到 codecov 正在从 git/docker 文件和正在使用的路径中获取代码 - 不是我在 git repo 中看到的路径。我使用的路径(例如) -
ignore: - "app/src/main/java/com/abc/Application.java"
虽然实践中的路径是:
ignore: - "bundle/app/src/main/java/com/abc/Application.java"