Skip to content

Commit

Permalink
Changed to only run registration tests, added coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
rawanmahdi committed Jan 29, 2024
1 parent d110a13 commit 5919b56
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Gamified Learning Platform Testing Suite
name: Gamified Learning Platform Registration Testing Suite
on:
workflow_dispatch

jobs:
update:
name: Run GLP Tests
Expand All @@ -19,4 +18,8 @@ jobs:
run: pip install -r requirements.txt

- name: Run tests
run: python -B -m pytest
run: python -m coverage report -m tests/test_registration.py


- name: Print Coverage
run: python -m coverage report -m tests/test_registration.py

0 comments on commit 5919b56

Please sign in to comment.