Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah DeFazio committed Sep 19, 2023
1 parent 9d16dc5 commit 75d9a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
pip install sh
- name: Run tests and collect coverage
run: pytest --cov src # NEEDS TO BE UPDATED WHEN CHANGING THE NAME OF "src" FOLDER
run: pytest --cov tcn_hpl # NEEDS TO BE UPDATED WHEN CHANGING THE NAME OF "tcn_hpl" FOLDER

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 75d9a1c

Please sign in to comment.