From fdcddd719c872229e87e260868cfc5162c3b1fdc Mon Sep 17 00:00:00 2001 From: Pablo Suarez Date: Mon, 19 Jun 2023 15:33:25 +0400 Subject: [PATCH] feat: DEVOPS-700 scilla pipelines from jenkins to gha --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce5496ef2..b2992f107 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ coveralls: BISECT_ENABLE=YES make dune build @install ulimit -n 1024; dune exec -- tests/testsuite.exe - bisect-ppx-report coveralls coverage.json --ignore-missing-files --service-name jenkins --service-job-id ${TRAVIS_JOB_ID} + bisect-ppx-report coveralls coverage.json --ignore-missing-files --service-name jenkins --service-job-id ${GITHUB_RUN_NUMBER} curl -L -F json_file=@./coverage.json https://coveralls.io/api/v1/jobs make clean -find . -type f -name 'bisect*.coverage' | xargs rm