Skip to content

Commit

Permalink
only upload codecov once
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwwww authored Apr 25, 2023
1 parent 1e5ef6e commit b36b7ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
pytest --cov=pygmtools --cov-report=xml --cov-append
- name: Upload to codecov
uses: codecov/codecov-action@v3
if: matrix.python-version == 3.8

macos:

Expand Down Expand Up @@ -101,4 +102,4 @@ jobs:
- name: Test with pytest
run: |
pytest --cov=pygmtools --cov-report=xml --backend=mindspore tests/test_classic_solvers.py
pytest --cov=pygmtools --cov-report=xml --cov-append
pytest --cov=pygmtools --cov-report=xml --cov-append

0 comments on commit b36b7ea

Please sign in to comment.