Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed May 22, 2024
1 parent 8c1ff95 commit 4e756c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
- name: Run tests
run: pytest -vv --cov --cov-report=xml

- name: Check Codecov token
id: check_codecov
run: |
if [ -n "${{ secrets.CODECOV_TOKEN }}" ]; then
echo "::set-output name=exists::true"
echo "exists=true" >> $GITHUB_OUTPUT
else
echo "::set-output name=exists::false"
echo "exists=false" >> $GITHUB_OUTPUT
fi
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 4e756c7

Please sign in to comment.