From b957e07b0030c68d1a029b34e7c692e655d4585a Mon Sep 17 00:00:00 2001 From: Haytham AbuelFutuh Date: Wed, 23 Oct 2019 11:00:55 -0700 Subject: [PATCH] Ignore codecoverage files from git (#49) --- flytestdlib/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flytestdlib/.gitignore b/flytestdlib/.gitignore index 00820a03e4..ef22690128 100644 --- a/flytestdlib/.gitignore +++ b/flytestdlib/.gitignore @@ -109,5 +109,8 @@ tags ### GoLand ### .idea/* +### CodeCov ### +codecov_bash.sh +coverage.txt # End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode