Skip to content

Commit

Permalink
install module before codcov
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Oct 22, 2023
1 parent 254fde2 commit 8d956cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: CI

on:
workflow_dispatch: ~
Expand Down Expand Up @@ -45,6 +45,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov
- name: Install the module
run: pip install .
- name: Run tests with coverage
run: pytest --cov
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 8d956cd

Please sign in to comment.