diff options
author | HampusM <hampus@hampusmat.com> | 2022-10-23 21:13:07 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-10-23 21:13:07 +0200 |
commit | 1113817436257f21d78912f6baf70bc6dac0b849 (patch) | |
tree | e2088fad97f4460741a1eaafde71f2557f8c1f6b /.circleci | |
parent | 7c607248ff862ac2c856179df899982c17179335 (diff) |
ci: update coverage command name
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
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 \ |