From d69242b48cf6376256c751d828620f67ffa650d1 Mon Sep 17 00:00:00 2001 From: Josh McVey Date: Thu, 6 Feb 2025 13:25:18 -0600 Subject: [PATCH] format codecov and validate --- .codecov.yml | 2 -- Makefile | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 875c09e6808..20a9964217e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,5 +1,3 @@ -version: 2.0 - coverage: status: project: diff --git a/Makefile b/Makefile index 7a5bfc7a7e9..94f32fc75f4 100755 --- a/Makefile +++ b/Makefile @@ -280,3 +280,7 @@ test-js-internal: .PHONY: test-js-% test-js-%: $(MAKE) test-js-internal tests="$(if $(tests),$(foreach test,$(tests),$*/$(test)),$*)" test_opts="$(test_opts)" cov_opts="$(cov_opts)" + +.PHONY: validate-codecov-yml +validate-codecov-yml: + curl --data-binary @.codecov.yml https://codecov.io/validate