Skip to content

Commit

Permalink
fix: Remove codecov upload for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr0p42 committed Jul 5, 2023
1 parent 2e4356f commit 6ebaa95
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy_packages.yml
Expand Up @@ -38,14 +38,14 @@ jobs:
python3 -m black naas
python3 -m flake8 naas
pytest --cov=./naas --cov-report=xml
- name: Upload coverage to Codecov
if: runner.os == 'Linux'
uses: codecov/codecov-action@v1.0.3
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.xml
fail_ci_if_error: true
verbose: true
# - name: Upload coverage to Codecov
# if: runner.os == 'Linux'
# uses: codecov/codecov-action@v1.0.3
# with:
# token: ${{secrets.CODECOV_TOKEN}}
# file: ./coverage.xml
# fail_ci_if_error: true
# verbose: true
- name: Build package
run: python3 setup.py sdist
- name: Deploy Pypi
Expand All @@ -66,4 +66,4 @@ jobs:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
repository: jupyter-naas/kernels
event-type: pypip-deployed
client-payload: '{"ref": "${{ github.ref }}"}'
client-payload: '{"ref": "${{ github.ref }}"}'

0 comments on commit 6ebaa95

Please sign in to comment.