summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2022-03-02 08:25:46 +0700
committerGitHub <noreply@github.com>2022-03-02 08:25:46 +0700
commit609c068ef85c74c9a2e85f6b88138b2c3e9b9da5 (patch)
tree851a02597a0d52aeaba594d3ac708fc8dd6c3aaf
parent34e2427f67608fd3d8924a859b5bf776b45d4d13 (diff)
downloadrq-609c068ef85c74c9a2e85f6b88138b2c3e9b9da5.tar.gz
Add codecov.yml to ignore tests directory
-rw-r--r--codecov.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000..aa84c67
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,2 @@
+ignore:
+ - "*/tests/*"