Skip to content

Commit

Permalink
fix: updated coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpesses committed Feb 23, 2024
1 parent f02a936 commit f3da865
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,13 @@ jobs:
with:
name: coverage

- name: Debug Environment Variables
run: env
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

# - name: Debug Environment Variables
# run: env

- name: Workaround for codecov/feedback#263
run: |
Expand All @@ -75,7 +80,7 @@ jobs:
run: git config safe.directory

- name: 📈 Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit f3da865

Please sign in to comment.