Skip to content

Commit

Permalink
[fix] change codecov target module
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmagren committed Nov 19, 2023
1 parent 9efb0c9 commit d777f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
poetry lock
poetry install --no-root --with dev
- name: Run tests
run: poetry run pytest --cov=finq --cov-report=xml tests
run: poetry run pytest --cov=neurocode --cov-report=xml tests
- name: Upload coverage report
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit d777f35

Please sign in to comment.