From 18ec45776a6fa7f3d4fca05e303cfa3bfee20b00 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Tue, 30 Mar 2021 14:09:44 +0100
Subject: [PATCH] remove after_script for integration tests

---
 build/ci/.test.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/build/ci/.test.yml b/build/ci/.test.yml
index 7ea00fa90..b367908d7 100644
--- a/build/ci/.test.yml
+++ b/build/ci/.test.yml
@@ -13,9 +13,6 @@ integration-test:
       allow_failure: true
   script:
     - go test -race ./test/integration -v -coverprofile=coverage.out
-  after_script:
-    - go tool cover -func=coverage.out
-
 
 unit-test:
   image: golang:1.14
-- 
GitLab