File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- name : python-suitesparse-graphblas
1+ name : Test
22
33on :
44 push :
3636 CYTHON_COVERAGE : true
3737 run : |
3838 coverage run --branch -m pytest
39- coverage run -a suitesparse_graphblas/tests/test_initialize.py
39+ coverage run -a --branch suitesparse_graphblas/tests/test_initialize.py
4040 - name : Lint
4141 run : |
4242 black *py suitesparse_graphblas --check --diff
4747 cp suitesparse_graphblas/suitesparse_graphblas.h .
4848 cp suitesparse_graphblas/suitesparse_graphblas_no_complex.h .
4949 cp suitesparse_graphblas/source.c .
50- coverage run -a suitesparse_graphblas/create_headers.py
50+ coverage run -a --branch suitesparse_graphblas/create_headers.py
5151 diff suitesparse_graphblas/suitesparse_graphblas.h suitesparse_graphblas.h
5252 diff suitesparse_graphblas/suitesparse_graphblas_no_complex.h suitesparse_graphblas_no_complex.h
5353 diff suitesparse_graphblas/source.c source.c
Original file line number Diff line number Diff line change 11# python-suitesparse-graphblas
2+
3+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/GraphBLAS/python-suitesparse-graphblas/blob/main/LICENSE )
4+ [ ![ Build Status] ( https://github.com/GraphBLAS/python-suitesparse-graphblas/workflows/Build%20and%20Test/badge.svg )] ( https://github.com/GraphBLAS/python-suitesparse-graphblas/actions )
5+ [ ![ Code style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
6+
27Python CFFI Binding around
38[ SuiteSparse: GraphBLAS ] ( https://github.com/DrTimothyAldenDavis/GraphBLAS )
49
You can’t perform that action at this time.
0 commit comments