We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63b3c25 + 506c1bf commit 0f43abdCopy full SHA for 0f43abd
1 file changed
.github/workflows/ci.yml
@@ -2,10 +2,10 @@ name: CI
2
on:
3
push:
4
branches: [main, develop]
5
- paths: ["src/**", "tests/**", ".github/workflows/ci.yml"]
+ paths: ["patchworklib/**", "tests/**", ".github/workflows/ci.yml"]
6
pull_request:
7
8
9
workflow_dispatch:
10
11
jobs:
@@ -31,4 +31,4 @@ jobs:
31
pip install .
32
33
- name: Run pytest
34
- run: pytest tests --tb=line --cov=src --cov-report=xml --cov-report=term
+ run: pytest tests --tb=line --cov=patchworklib --cov-report=xml --cov-report=term
0 commit comments