Skip to content

Commit

Permalink
temporarily remove codecov uploading because the token is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
piyueh committed Jul 24, 2024
1 parent 5620984 commit dc2bbf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
pip install --upgrade tox
- name: Test with tox with coverage
run: tox -- --cov --cov-report=xml -v
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
flags: py${{ matrix.python-version }}
fail_ci_if_error: true
verbose: true
#- name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: ./coverage.xml
# flags: py${{ matrix.python-version }}
# fail_ci_if_error: true
# verbose: true
- name: Install docs dependencies
working-directory: docs
run: pip install --requirement requirements.txt
Expand Down

0 comments on commit dc2bbf8

Please sign in to comment.