Skip to content

Commit

Permalink
Merge pull request #185 from pyiron/coveralls
Browse files Browse the repository at this point in the history
Use Coveralls Github action
  • Loading branch information
jan-janssen authored Oct 6, 2023
2 parents fd5bd53 + 4ceb2f5 commit ec2d48b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/unittest-flux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
environment-file: ${{ matrix.environment-file }}
- name: Install flux
shell: bash -l {0}
run: mamba install -y flux-core coverage coveralls=3.3.1
run: mamba install -y flux-core coverage
- name: Setup
shell: bash -l {0}
run: pip install --no-deps .
Expand All @@ -64,15 +64,11 @@ jobs:
run: >
flux start
coverage run --omit pympipool/_version.py -m unittest tests/test_flux.py;
coverage combine
env:
OMPI_MCA_plm: 'isolated'
OMPI_MCA_rmaps_base_oversubscribe: 'yes'
OMPI_MCA_btl_vader_single_copy_mechanism: 'none'
- name: Coverage
- name: Coveralls
if: matrix.label == 'linux-64-py-3-11-openmpi'
continue-on-error: True
shell: bash -l {0}
run: |
coverage combine
coveralls
coverage xml
uses: coverallsapp/github-action@v2

0 comments on commit ec2d48b

Please sign in to comment.