summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSviatoslav Sydorenko (Святослав Сидоренко) <wk@sydorenko.org.ua>2024-09-18 17:01:24 +0200
committerGitHub <noreply@github.com>2024-09-18 17:01:24 +0200
commit14698b177b8c83209edd35e17fa63ade4a5776ec (patch)
tree99887ffc03180f30b397d5c4c86c4aed71f96bab /Makefile
parentMake analytics job ts settings hidden (diff)
downloadawx-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 252b3c6982..60aae0395c 100644
--- a/Makefile
+++ b/Makefile
@@ -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