Skip to content

Commit

Permalink
Merge pull request #791 from CoffeaTeam/codecov-update
Browse files Browse the repository at this point in the history
Use codecov action now
  • Loading branch information
lgray committed Apr 12, 2023
2 parents f8ab66a + 4a2240b commit 12cfcb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ jobs:
pytest --cov-report=xml --cov=coffea tests
- name: Upload codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.10
run: |
python -m pip install codecov
codecov
uses: codecov/codecov-action@v3
- name: Install graphviz
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.10
uses: kamiazya/setup-graphviz@v1
Expand Down

0 comments on commit 12cfcb7

Please sign in to comment.