diff --git a/.gitignore b/.gitignore
index 8dc5990a87a2c34ff69c5e04441b0b3a0441f49e..8b66c3b23fd1b06825f88c73e57163b54a2ebc42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# Vim swap files
+# vim swap files
 *~
 *.swp
 *.swo
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e01ff692ebb334a7e15eb768f42a4b9ac09b6e05..53ee175d30f9a5342e08a4dbc349b4835ccfe6a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,6 @@ tests:
   stage: tests
   script:
     - cargo test --all --all-features
-  coverage: '/<coverage>(\d+.\d+\%)<\/coverage>/'
 
 fmt_and_clippy:
   extends: .env
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 60337f19f07141c1b7e5278c3b64a9dd43775a3f..caa59723055e97d7a9740fdd6d7ce5b183e7488d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,6 +48,7 @@ Must be one of the following:
 * **build**: Changes that affect the build system or external dependencies (example scopes: crypto, wot)
 * **chore**: Modification of the repository architecture
 * **ci**: Changes to our CI configuration files and scripts (example scopes: Github Actions, Gitlab CI)
+* **deps**: Dependencies change
 * **docs**: Documentation only changes
 * **feat**: Add a new feature
 * **mod**: Modify an existing feature