Skip to content

Commit

Permalink
ci: attempts to fix codecov ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Jun 26, 2023
1 parent 29ece89 commit 63736ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ jobs:
coverage: ${{ matrix.python-version == '3.11' }}
integration: ${{ matrix.python-version == '3.11' }}

upload-coverage:
needs:
- test
- validate
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

test-platform-compat:
if: github.event_name == 'push'
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@ jobs:
with:
name: coverage-xml
path: coverage.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 63736ae

Please sign in to comment.