From 983a385063a9516428e3c572e290ff886190239c Mon Sep 17 00:00:00 2001 From: czgdp1807 Date: Wed, 26 Jun 2019 15:20:02 +0530 Subject: [PATCH 1/6] random chage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5502f0a3f..c63bf5ad8 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ Please follow the rules and guidelines given below, 2. If you are planning to contribute a new data structure then first raise an issue for discussing the API, rather than directly making a PR. 3. For the first-time contributors we recommend not to take complex data strucutre, rather start with `linear data structures` or `abstract data types`. -Keep contributing!! +Keep contributing!!! From 6ab97615b364fd378ca008bbd9aa82010aec7a4a Mon Sep 17 00:00:00 2001 From: czgdp1807 Date: Wed, 26 Jun 2019 15:23:17 +0530 Subject: [PATCH 2/6] random chage --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 758379874..30ec03cd5 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,5 +11,5 @@ coverage: comment: layout: "diff, files" - behavior: default + behavior: new require_changes: false From 95b037bf21ab444a410b2acf47ff7d28c3d58d6b Mon Sep 17 00:00:00 2001 From: czgdp1807 Date: Wed, 26 Jun 2019 15:30:46 +0530 Subject: [PATCH 3/6] random chage --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 365448903..1d67b35cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,6 @@ install: script: - python -m pytest --doctest-modules --cov=./ --cov-report=xml + +after_success: + - codecov From fcdf4398b79e0980c92d9535c7f5c703bb1071de Mon Sep 17 00:00:00 2001 From: czgdp1807 Date: Wed, 26 Jun 2019 15:35:21 +0530 Subject: [PATCH 4/6] random chage --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 30ec03cd5..cdd6d0796 100644 --- a/codecov.yml +++ b/codecov.yml @@ -10,6 +10,6 @@ coverage: precision: 3 comment: - layout: "diff, files" + layout: "diff, files, reach" behavior: new require_changes: false From fcc16a205ef47b7d6ed7a8af7a2c9bb23c0fa1e6 Mon Sep 17 00:00:00 2001 From: Gagandeep Singh Date: Wed, 26 Jun 2019 15:44:32 +0530 Subject: [PATCH 5/6] Update codecov.yml --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index cdd6d0796..de474f7cf 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,5 +11,5 @@ coverage: comment: layout: "diff, files, reach" - behavior: new + behavior: default require_changes: false From 54e718f08638f48ca4c86688777a7bb2ed656bc0 Mon Sep 17 00:00:00 2001 From: Gagandeep Singh Date: Wed, 26 Jun 2019 15:46:38 +0530 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c63bf5ad8..5502f0a3f 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ Please follow the rules and guidelines given below, 2. If you are planning to contribute a new data structure then first raise an issue for discussing the API, rather than directly making a PR. 3. For the first-time contributors we recommend not to take complex data strucutre, rather start with `linear data structures` or `abstract data types`. -Keep contributing!!! +Keep contributing!!