aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-10-23 21:13:07 +0200
committerHampusM <hampus@hampusmat.com>2022-10-23 21:13:07 +0200
commit1113817436257f21d78912f6baf70bc6dac0b849 (patch)
treee2088fad97f4460741a1eaafde71f2557f8c1f6b
parent7c607248ff862ac2c856179df899982c17179335 (diff)
ci: update coverage command name
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7e28869..7964b66 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- checkout
- run:
- name: Coverage with docker
+ name: Code Coverage
command: |
docker run \
--security-opt seccomp=unconfined \