Unverified Commit 65a2cba4 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

Compute the test coverage on gitlab-ci as well



Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 554c9a20
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ before_script:

.test_template: &test
  script:
    - py.test-3 -vv -l -r a
    - py.test-3 -vv -l -r a --cov=diffoscope --cov-report=term-missing

unstable:
  <<: *test