Skip to content

Commit

Permalink
split CI tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 24, 2024
1 parent f9dddec commit e174fd1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,18 @@ jobs:
activate-environment: my-env
environment-file: environment.yml
use-mamba: true
- name: Test
- name: Install
shell: bash -l {0}
run: >
run: |
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
- name: Test
shell: bash -l {0}
run: >
flux start
coverage run --omit="pysqa/_version.py,tests/*" -m unittest discover tests
coverage xml
- name: Collect Coverage
shell: bash -l {0}
run: coverage xml
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit e174fd1

Please sign in to comment.