Skip to content

Commit

Permalink
CI - 574 - Update codecov action to v4 (#575)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
Co-authored-by: klmcadams <[email protected]>
  • Loading branch information
3 people authored May 7, 2024
1 parent 1f913d5 commit f9e2187
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: ansys/actions/doc-style@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore-changelogd: true

doc-build:
name: Documentation build
Expand Down Expand Up @@ -108,7 +109,7 @@ jobs:
run: tox -- --with-kerberos

- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: ${{ github.actor != 'dependabot[bot]' }}
with:
fail_ci_if_error: true
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/575.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CI - 574 - Update codecov action to v4
6 changes: 4 additions & 2 deletions doc/styles/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*
!Vocab
!Vocab/**
!config
!config/vocabularies
!config/vocabularies/ANSYS
!config/vocabularies/ANSYS/**
!.gitignore

0 comments on commit f9e2187

Please sign in to comment.