Skip to content

Commit

Permalink
Merge pull request #9 from ansys/ci/fix_things
Browse files Browse the repository at this point in the history
FIX - Remove codecov upload
  • Loading branch information
ludovicsteinbach committed Sep 4, 2023
2 parents be1b7b9 + 2d07b2b commit 0f4aa85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/local_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PyAnsys documentation style checks
uses: pyansys/actions/doc-style@v4
uses: ansys/actions/doc-style@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -60,12 +60,6 @@ jobs:
- name: Test with tox (no integration tests)
run: tox -- -m "not integration"

- name: Upload coverage report
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

package:
name: Build package
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"json_url": f"https://{cname}/versions.json",
"version_match": get_version_match(__version__),
},
"check_switcher": False
}

# -- Options for HTMLHelp output ---------------------------------------------
Expand Down

0 comments on commit 0f4aa85

Please sign in to comment.