File tree 4 files changed +5
-30
lines changed
4 files changed +5
-30
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ omit = ffsubsync/ffsubsync_gui.py, ffsubsync/_version.py, ffsubsync/version.py
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
45
45
flake8 . --exit-zero
46
46
- name : Run unit tests with pytest
47
47
run : |
48
- pytest --cov-report= --cov=ffsubsync -v -m 'not integration' tests/
48
+ pytest --cov-config=.coveragerc --cov- report= --cov=ffsubsync -v -m 'not integration' tests/
49
49
- name : Run integration tests with pytest
50
50
if : matrix.os == 'ubuntu-latest'
51
51
run : |
52
- INTEGRATION=1 pytest --cov-report=xml:cov.xml --cov=ffsubsync -v -m 'integration' tests/
52
+ INTEGRATION=1 pytest --cov-config=.coveragerc --cov- report=xml:cov.xml --cov=ffsubsync -v -m 'integration' tests/
53
53
- name : Upload coverage report
54
54
if : matrix.os == 'ubuntu-latest'
55
55
uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ deploy: build
14
14
./scripts/deploy.sh
15
15
16
16
check :
17
- INTEGRATION=1 pytest --cov=ffsubsync
17
+ INTEGRATION=1 pytest --cov-config=.coveragerc --cov =ffsubsync
18
18
19
19
test : check
20
20
tests : check
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments