Skip to content

Commit 21c71f2

Browse files
ci: upload code coverage on Linux (#2049)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent ba21a38 commit 21c71f2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,14 @@ jobs:
440440
checkout: false
441441
randomize: true
442442

443+
- name: Upload coverage to Codecov
444+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
445+
if: matrix.docker-image == 'core-linux-latest'
446+
env:
447+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
448+
with:
449+
files: .cov/xml
450+
443451
- name: Upload integration test logs
444452
if: always()
445453
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upload code coverage on linux

0 commit comments

Comments
 (0)