diff options
author | Sviatoslav Sydorenko (Святослав Сидоренко) <wk@sydorenko.org.ua> | 2024-09-18 17:01:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 17:01:24 +0200 |
commit | 14698b177b8c83209edd35e17fa63ade4a5776ec (patch) | |
tree | 99887ffc03180f30b397d5c4c86c4aed71f96bab /Makefile | |
parent | Make analytics job ts settings hidden (diff) | |
download | awx-14698b177b8c83209edd35e17fa63ade4a5776ec.tar.xz awx-14698b177b8c83209edd35e17fa63ade4a5776ec.zip |
🧪 Publish awxkit's coverage to Codecov (#15525)
It's already being generated, just not uploaded. This patch
addresses that.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -361,7 +361,7 @@ test_coverage: $(MAKE) test PYTEST_ARGS="--create-db --cov --cov-report=xml --junitxml=reports/junit.xml" @if [ "${GITHUB_ACTIONS}" = "true" ]; \ then \ - echo 'cov-report-files=reports/coverage.xml' >> "${GITHUB_OUTPUT}"; \ + echo 'cov-report-files=awxkit/coverage.xml,reports/coverage.xml' >> "${GITHUB_OUTPUT}"; \ echo 'test-result-files=awxkit/report.xml,reports/junit.xml' >> "${GITHUB_OUTPUT}"; \ fi |