Skip to content

Commit

Permalink
CHORE: Extend changes to manual_draft
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Dec 10, 2024
1 parent 66ba343 commit 13bd528
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/manual_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ jobs:
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-solvers-tests-windows
file: ./coverage.xml
files: ./coverage.xml
flags: system,solvers,windows

- name: Upload pytest test results
Expand Down Expand Up @@ -133,9 +132,8 @@ jobs:
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-solvers-tests-linux
file: ./coverage.xml
files: ./coverage.xml
flags: system,solver,linux

- name: Upload pytest test results
Expand Down Expand Up @@ -193,9 +191,8 @@ jobs:
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-general-tests-windows
file: ./coverage.xml
files: ./coverage.xml
flags: system,general,windows

- name: Upload pytest test results
Expand Down Expand Up @@ -257,9 +254,8 @@ jobs:
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-general-tests
file: ./coverage.xml
files: ./coverage.xml
flags: system,solver,linux

- name: Upload pytest test results
Expand Down

0 comments on commit 13bd528

Please sign in to comment.