Skip to content

Commit

Permalink
chore: use codecov action (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Sep 24, 2022
1 parent 1c63c02 commit edc7ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ jobs:
python -m pytest -vv -rs tests --cov=awkward --cov-report=term
--cov-report=xml
- name: Codecov
run: 'bash <(curl -s https://codecov.io/bash)'
- name: Upload Codecov results
uses: codecov/codecov-action@v3
if: matrix.python-version == '3.9'

Linux-ROOT:
Expand Down

0 comments on commit edc7ee1

Please sign in to comment.