Skip to content

Commit

Permalink
format codecov and validate
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Feb 6, 2025
1 parent 3f29994 commit d69242b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: 2.0

coverage:
status:
project:
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d69242b

Please sign in to comment.