mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
🧪 Publish awxkit's coverage to Codecov (#15525)
It's already being generated, just not uploaded. This patch addresses that.
This commit is contained in:
committed by
GitHub
parent
1881c26ac4
commit
14698b177b
2
Makefile
2
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user