Skip to content

Commit

Permalink
run nose2 test and coverage generation on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brainelectronics committed Aug 5, 2022
1 parent 35f43c2 commit fc8092e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
skip_existing: true
verbose: true
print_hash: true
- name: Test with nose2
run: |
python -m pip install .[test]
python create_report_dirs.py
nose2 --config tests/unittest.cfg
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit fc8092e

Please sign in to comment.