Skip to content

Commit

Permalink
CI: Change flags in codecov (#5395)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Nov 11, 2024
1 parent ea93f1b commit c4a1475
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-unit-tests
file: ./coverage.xml
flags: unit
flags: linux_unit

- name: Upload pytest test results
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-solvers-tests-windows
file: ./coverage.xml
flags: system,solvers,windows
flags: windows_system_solvers

- name: Upload pytest test results
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-solvers-tests-linux
file: ./coverage.xml
flags: system,solvers,linux
flags: linux_system_solvers

- name: Upload pytest test results
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-general-tests-windows
file: ./coverage.xml
flags: system,general,windows
flags: windows_system_general

- name: Upload pytest test results
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-general-tests
file: ./coverage.xml
flags: system,general,linux
flags: linux_system_general

- name: Upload pytest test results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c4a1475

Please sign in to comment.