Skip to content

Commit

Permalink
feat: DEVOPS-700 scilla pipelines from jenkins to gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlops committed Jun 19, 2023
1 parent cb9e225 commit fdcddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdcddd7

Please sign in to comment.