aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-10-23 21:33:04 +0200
committerHampusM <hampus@hampusmat.com>2022-10-23 21:33:04 +0200
commit75410e3dfbaf9083e52cf405607b471f02d8e092 (patch)
tree6e35724f5cecbb3a5fe43b70835ad32e30cc53bc
parent1113817436257f21d78912f6baf70bc6dac0b849 (diff)
ci: use codecov instead of coveralls
-rw-r--r--.circleci/config.yml5
1 files changed, 4 insertions, 1 deletions
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: