We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fbe708 + e7912c8 commit ea8073dCopy full SHA for ea8073d
1 file changed
.github/workflows/nightly-smoke.yml
@@ -86,7 +86,7 @@ jobs:
86
run: |
87
python -m pytest --cov=teaagent --cov-report=term --cov-report=html:htmlcov -q 2>&1 | tail -5
88
- name: Upload coverage report
89
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
90
with:
91
name: htmlcov
92
path: htmlcov/
@@ -112,7 +112,7 @@ jobs:
112
- name: Test quality audit
113
run: python3 scripts/audit_test_quality.py --format markdown --output /tmp/test-quality-report.md
114
- name: Upload quality report
115
116
117
name: test-quality-report
118
path: /tmp/test-quality-report.md
0 commit comments