Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Feb 9, 2024
1 parent 900f1cd commit 3335817
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -23,7 +25,7 @@ jobs:
run: pytest
- name: Check CodeCov token
run: |
echo "Token is set: ${{ secrets.CODECOV_TOKEN != '' }}"
echo "Token is set: ${{ secrets.CODECOV_TOKEN }}"
- name: CodeCov
run: |
# Replace `linux` below with the appropriate OS
Expand Down

0 comments on commit 3335817

Please sign in to comment.