Skip to content

Commit 0870e18

Browse files
committed
oops
1 parent f5df25f commit 0870e18

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: python-suitesparse-graphblas
1+
name: Test
22

33
on:
44
push:
@@ -36,7 +36,7 @@ jobs:
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
@@ -47,7 +47,7 @@ jobs:
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

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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+
27
Python CFFI Binding around
38
[SuiteSparse:GraphBLAS](https://github.com/DrTimothyAldenDavis/GraphBLAS)
49

0 commit comments

Comments
 (0)