Skip to content

Commit abac17f

Browse files
committed
add python code coverage
1 parent 1ddd807 commit abac17f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- '**/*.cmake'
1515
- '**/*.mk'
1616
- 'Makefile'
17+
- '!src/flag_gems/experimental_ops/**'
1718
pull_request:
1819
branches: [ "master" ]
1920
paths:
@@ -27,6 +28,7 @@ on:
2728
- '**/*.cmake'
2829
- '**/*.mk'
2930
- 'Makefile'
31+
- '!src/flag_gems/experimental_ops/**'
3032

3133
jobs:
3234
blas-op-test:

0 commit comments

Comments
 (0)