Skip to content

Commit

Permalink
Adjust GHA pytest workflow configuration for Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Aug 12, 2020
1 parent c53e3bb commit 087a1b8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ jobs:
shell: Rscript {0}

- name: Upload test coverage to Codecov.io
uses: codecov/codecov-action@v1
with:
file: message_ix/coverage.xml
run: |
curl -o codecov.sh https://codecov.io/bash
chmod +x codecov.sh
./codecov.sh
working-directory: message_ix
shell: bash
# uses: codecov/codecov-action@v1
# with:
# directory: message_ix

0 comments on commit 087a1b8

Please sign in to comment.