Skip to content

Commit 5255950

Browse files
committed
Revert code-cov
Signed-off-by: Rashid Kaleem <230885705+arekay-nv@users.noreply.github.com>
1 parent 2e387e5 commit 5255950

8 files changed

Lines changed: 6 additions & 1118 deletions

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
run: |
3131
pytest -xv -m "not slow and not performance" --cov=src --cov-report=xml --cov-report=html
3232
33-
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
33+
- name: Upload coverage report
34+
uses: actions/upload-artifact@v4
3535
with:
36-
file: ./coverage.xml
37-
flags: unittests
38-
name: codecov-umbrella
39-
fail_ci_if_error: false
36+
name: coverage-report
37+
path: |
38+
coverage.xml
39+
htmlcov/
4040
4141
audit:
4242
runs-on: ubuntu-latest

docs/superpowers/specs/2026-04-07-warmup-strategy-design.md

Lines changed: 0 additions & 361 deletions
This file was deleted.
-497 KB
Binary file not shown.
-328 KB
Binary file not shown.
-97.6 KB
Binary file not shown.
-97.3 KB
Binary file not shown.
-135 KB
Binary file not shown.

0 commit comments

Comments
 (0)