codecov: disable inline annotations on PRs (#24362)
Inline codecov annotations make the code hard to read, and they add annotations in files that seemingly have nothing to do with the PR. Sadly, they add a whole lot of noise and not a lot of benefit over looking at the PR on codecov. We should just have people look at the coverage on codecov itself.
This commit is contained in:
		| @@ -14,3 +14,8 @@ ignore: | |||||||
|   - share/spack/qa/.* |   - share/spack/qa/.* | ||||||
|  |  | ||||||
| comment: off | comment: off | ||||||
|  |  | ||||||
|  | # Inline codecov annotations make the code hard to read, and they add | ||||||
|  | # annotations in files that seemingly have nothing to do with the PR. | ||||||
|  | github_checks: | ||||||
|  |     annotations: false | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Todd Gamblin
					Todd Gamblin