Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Jan 14, 2025
1 parent e247d90 commit 3e5a8b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Step 8: Run Tests and Generate Coverage Report
- name: Run tests and coverage
run: |
poetry run pytest --cov-branch --cov-report=xml
poetry run pytest ./tests/ --cov=./pyhgf/ --cov-report=xml --cov-branch
# Step 9: Upload Coverage Report to Codecov
- name: Upload coverage reports to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docs/source/generated/*
docs/source/auto_examples/*
htmlcov/
.coverage
.coverage.xml
coverage.xml
pyhgf.egg-info
build
coverage.xm
Expand Down

0 comments on commit 3e5a8b1

Please sign in to comment.