Skip to content

Commit

Permalink
More fixes to workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Apr 9, 2024
1 parent c4678a1 commit 759604e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
shell: bash -l {0}
run: |
pytest -v --cov=thrivescraper --cov-report=xml --color=yes thrivescraper/tests/
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: CodeCov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 759604e

Please sign in to comment.