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
2
2
3
3
on :
4
4
push :
36
36
CYTHON_COVERAGE : true
37
37
run : |
38
38
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
40
40
- name : Lint
41
41
run : |
42
42
black *py suitesparse_graphblas --check --diff
47
47
cp suitesparse_graphblas/suitesparse_graphblas.h .
48
48
cp suitesparse_graphblas/suitesparse_graphblas_no_complex.h .
49
49
cp suitesparse_graphblas/source.c .
50
- coverage run -a suitesparse_graphblas/create_headers.py
50
+ coverage run -a --branch suitesparse_graphblas/create_headers.py
51
51
diff suitesparse_graphblas/suitesparse_graphblas.h suitesparse_graphblas.h
52
52
diff suitesparse_graphblas/suitesparse_graphblas_no_complex.h suitesparse_graphblas_no_complex.h
53
53
diff suitesparse_graphblas/source.c source.c
Original file line number Diff line number Diff line change 1
1
# 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
+
2
7
Python CFFI Binding around
3
8
[ SuiteSparse: GraphBLAS ] ( https://github.com/DrTimothyAldenDavis/GraphBLAS )
4
9
You can’t perform that action at this time.
0 commit comments