Skip to content

Commit 08d1675

Browse files
committed
Updated read me and workflow
1 parent 7e54196 commit 08d1675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Run tests with coverage
2929
run: |
30-
coverage run --source=src -m unittest discover -s tests/
30+
coverage run --source=src/osw_incline -m unittest discover -s tests/
3131
coverage xml
3232
3333
- name: Check coverage

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ OSW-Incline includes a suite of unit tests to ensure correct functionality. You
9999
python -m unittest discover -v tests
100100

101101
# To run the unit test cases with coverage
102-
python -m coverage run --source=src -m unittest discover -v tests
102+
python -m coverage run --source=src/osw_incline -m unittest discover -v tests
103103

104104
# To generate the coverage report
105105
python -m coverage report

0 commit comments

Comments
 (0)