Skip to content

Commit 483bdc3

Browse files
committed
Devops fix
Signed-off-by: Darkstalker <allanw.mk@gmail.com>
1 parent 8fddb52 commit 483bdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install pytest pytest-cov
2323
2424
- name: Run tests with coverage
25-
run: pytest --cov-report xml --cov=src Tests/Test_dat_loader.py
25+
run: pytest --cov-report xml --cov=src Tests/Test_data_loader.py
2626
continue-on-error: true
2727

2828
- name: Upload coverage report

0 commit comments

Comments
 (0)