Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2021-10-27 10:27:22 +0300
committerAndrei Vagin <avagin@gmail.com>2022-04-29 03:53:52 +0300
commitd17eb325c66708b165e48876ef8637e50d28cc61 (patch)
treeab70e7eae2826d9ebe4a174851b6f0f5c5ac4286 /Makefile
parentc1659c386d5b2e3625558eeb9a7da6c7863fbb52 (diff)
ci: replace deprecated codecov bash uploader
Replace deprecated codecov bash uploader with new version: https://about.codecov.io/blog/introducing-codecovs-new-uploader/ Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5592482b9..8055e05ff 100644
--- a/Makefile
+++ b/Makefile
@@ -439,7 +439,9 @@ lint:
codecov: SHELL := $(shell which bash)
codecov:
- bash <(curl -s https://codecov.io/bash)
+ curl -Os https://uploader.codecov.io/latest/linux/codecov
+ chmod +x codecov
+ ./codecov
.PHONY: codecov
fetch-clang-format: .FORCE