-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commenting out some more codecov stuff
- Loading branch information
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,14 +48,14 @@ jobs: | |
source $(poetry env info --path)/bin/activate | ||
poetry install --with docs,test | ||
coverage run -m pytest && coverage xml && coverage report -m | ||
- name: Upload coverage to Codecov | ||
uses: Wandalen/[email protected] | ||
with: | ||
action: codecov/[email protected] | ||
with: | | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
file: ./coverage.xml | ||
name: codecov-umbrella | ||
fail_ci_if_error: true | ||
attempt_limit: 5 | ||
attempt_delay: 30000 | ||
# - name: Upload coverage to Codecov | ||
# uses: Wandalen/[email protected] | ||
# with: | ||
# action: codecov/[email protected] | ||
# with: | | ||
# token: ${{ secrets.CODECOV_TOKEN }} | ||
# file: ./coverage.xml | ||
# name: codecov-umbrella | ||
# fail_ci_if_error: true | ||
# attempt_limit: 5 | ||
# attempt_delay: 30000 |