Skip to content

Commit

Permalink
Merge pull request #23 from isakruas/fix/workflows
Browse files Browse the repository at this point in the history
fix: workflows
  • Loading branch information
isakruas authored Oct 4, 2024
2 parents 7c6039b + 6937f1b commit 58dc4b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ jobs:
pip install -r requirements-tests.txt
pip install pytest pytest-cov
- name: Export environment variable
run: echo "LRU_CACHE_MAXSIZE=0" >> $GITHUB_ENV

- name: Run tests with coverage
env:
LRU_CACHE_MAXSIZE: ${{ env.LRU_CACHE_MAXSIZE }}
LRU_CACHE_MAXSIZE: '0'
run: pytest --cov tests

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 58dc4b5

Please sign in to comment.