diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2017-09-12 07:51:12 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-09-12 13:51:12 +0800 |
commit | 69dfe43ffc865bfa9c7a81375752d064a0013df3 (patch) | |
tree | 2aec741240b1fdfe88b4fed260239129a3c42541 /.gitignore | |
parent | eab4579e176c7b5bfdae6788c38cfba5a90712c6 (diff) | |
download | gitea-69dfe43ffc865bfa9c7a81375752d064a0013df3.tar.gz gitea-69dfe43ffc865bfa9c7a81375752d064a0013df3.zip |
Fix some tests : make coverage -> test (#2492)
* Fix test : make coverage -> test
* Refactor integration tests to be able to run them in parallel
* Add custom local repository temp path
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 87d5327ae7..e3274c5057 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,6 @@ _testmain.go /indexers /log /public/img/avatar -/integrations/gitea-integration +/integrations/gitea-integration-mysql +/integrations/gitea-integration-pgsql +/integrations/gitea-integration-sqlite |