Skip to content

Commit

Permalink
Final slowtest debug
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Jun 9, 2024
1 parent 5d57bda commit 0618b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ jobs:
./spin --help
./spin coverage --help
./spin test --help
./spin coverage
# ./spin coverage
pytest -o 'python_functions=test_*' sktree --cov=sktree --cov-report=xml '-k .'
cp $PWD/build-install/usr/lib/python${{matrix.python-version}}/site-packages/coverage.xml ./coverage.xml
- name: Upload coverage stats to codecov
Expand Down

0 comments on commit 0618b99

Please sign in to comment.