From 6c7a34378e391a7a708d524165cd3541192c120a Mon Sep 17 00:00:00 2001 From: Daniel Lyons <dlyons@nrao.edu> Date: Fri, 29 Jul 2022 12:25:16 -0400 Subject: [PATCH] Attempt to fix coberatura key --- .gitlab-ci.yml | 7 +++---- .gitmodules | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7c3da5d8..d4bdc0120 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -172,10 +172,9 @@ unit test coverage: - coverage html -i --omit="**/test_*.py,**/_version.py,**/conftest.py,**/*interfaces.py" --skip-empty artifacts: reports: - cobertura: coverage.xml - paths: - - coverage.xml - - htmlcov/ + coverage_report: + coverage_format: cobertura + path: coverage.xml dependencies: - unit test workflow - unit test capability diff --git a/.gitmodules b/.gitmodules index 8bfd42967..dc14d827f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "apps/cli/executables/pexable/pycapo"] path = apps/cli/executables/pexable/pycapo - url = https://gitlab.nrao.edu/ssa/pycapo.git + url = ../pycapo.git -- GitLab