Skip to content

Commit 0f43abd

Browse files
authored
Merge pull request #53 from moshi4/fix-ci-workflow
Fix CI workflow
2 parents 63b3c25 + 506c1bf commit 0f43abd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
push:
44
branches: [main, develop]
5-
paths: ["src/**", "tests/**", ".github/workflows/ci.yml"]
5+
paths: ["patchworklib/**", "tests/**", ".github/workflows/ci.yml"]
66
pull_request:
77
branches: [main, develop]
8-
paths: ["src/**", "tests/**", ".github/workflows/ci.yml"]
8+
paths: ["patchworklib/**", "tests/**", ".github/workflows/ci.yml"]
99
workflow_dispatch:
1010

1111
jobs:
@@ -31,4 +31,4 @@ jobs:
3131
pip install .
3232
3333
- name: Run pytest
34-
run: pytest tests --tb=line --cov=src --cov-report=xml --cov-report=term
34+
run: pytest tests --tb=line --cov=patchworklib --cov-report=xml --cov-report=term

0 commit comments

Comments
 (0)