Skip to content

Commit

Permalink
Remove old coverage run
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Jun 27, 2024
1 parent b798f4a commit 294aadd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,8 @@ jobs:
run: |
./bootstrap.sh
- name: Generic Unittests
if: matrix.python-version != '3.8'
run: |
./test_reframe.py
- name: Generic Unittests and Coverage Report
if: matrix.python-version == '3.8'
run: |
python -m pip install coverage
coverage run --source=reframe ./test_reframe.py
coverage report -m
unittest-py36:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 294aadd

Please sign in to comment.