mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
exclude
This commit is contained in:
4
.github/workflows/pythonpackage-windows.yml
vendored
4
.github/workflows/pythonpackage-windows.yml
vendored
@@ -48,10 +48,10 @@ jobs:
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
with:
|
||||
directory: ./coverage/reports/
|
||||
env_vars: OS,PYTHON
|
||||
fail_ci_if_error: true
|
||||
files: ./coverage.xml,!./cache
|
||||
files: ./coverage.xml
|
||||
exclude: "**/.mypy_cache"
|
||||
flags: unittests
|
||||
name: coverage-tox-${{ matrix.python-version }}
|
||||
verbose: true
|
||||
|
||||
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
@@ -60,8 +60,8 @@ jobs:
|
||||
with:
|
||||
env_vars: OS,PYTHON
|
||||
fail_ci_if_error: true
|
||||
files: ./coverage.xml,!./cache
|
||||
coverage-files-search-exclude-folder: "**/.mypy_cache"
|
||||
files: ./coverage.xml
|
||||
exclude: "**/.mypy_cache"
|
||||
flags: unittests
|
||||
name: coverage-tox-${{ matrix.python-version }}
|
||||
verbose: true
|
||||
|
||||
Reference in New Issue
Block a user