Skip to content

Commit

Permalink
No multiprocessing required in spreadflow_delta
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed May 7, 2024
1 parent e17b702 commit d397e27
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 9 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

[run]
branch = True
source = spreadflow_delta
source_pkgs =
spreadflow_delta
omit =
spreadflow_delta/test/*
/tmp/**
spreadflow_delta/test/**

[report]
omit =
/tmp/**
spreadflow_delta/test/**
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -29,8 +29,7 @@ jobs:
python -m pip install --editable .[tests]
- name: Test with trial
run: |
COVERAGE_PROCESS_START=`pwd`/.coveragerc trial spreadflow_delta
coverage combine `pwd` `pwd`/_trial_temp
coverage run `which trial` spreadflow_delta
coverage xml
- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit d397e27

Please sign in to comment.