From 75410e3dfbaf9083e52cf405607b471f02d8e092 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 23 Oct 2022 21:33:04 +0200 Subject: ci: use codecov instead of coveralls --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7964b66..128a09e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,7 @@ jobs: - run: name: Run Tests command: cargo test --workspace --all-features + coverage: machine: true steps: @@ -29,7 +30,9 @@ jobs: --workspace \ --all-features \ --ciserver circle-ci \ - --coveralls $COVERALLS_REPO_TOKEN + --out Xml + # --coveralls $COVERALLS_REPO_TOKEN + bash <(curl -s https://codecov.io/bash) workflows: test: -- cgit v1.2.3-18-g5258