Skip to content

Commit 9917bb9

Browse files
authored
Update pyncloud_ci.yml
1 parent c6ece5a commit 9917bb9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pyncloud_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Upload coverage to Codecov
4444
if: matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.7'
45-
uses: codecov/codecov-action@v1.0.2
46-
with:
47-
token: ${{secrets.CODECOV_TOKEN}}
48-
file: coverage.xml
45+
run: bash <(curl -s https://codecov.io/bash) -t $TOKEN -B $REF
46+
env:
47+
TOKEN: "${{ secrets.CODECOV_TOKEN }}"
48+
REF: "${{ github.ref }}"

0 commit comments

Comments
 (0)