Skip to content

Test PR - coverage comment #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from

Conversation

trallard
Copy link
Owner

No description provided.

Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/pydata_sphinx_theme
  short_link.py
  translator.py
Project Total  

This report was generated by python-coverage-comment-action

trallard added a commit to pydata/pydata-sphinx-theme that referenced this pull request Mar 25, 2025
This PR _should_ be the last of a series of improvements to our CI:

1. We have been having intermittent failures on our `docs-check`
workflow when trying to check links for `gnu` such as:

	```

/home/runner/work/pydata-sphinx-theme/pydata-sphinx-theme/docs/community/topics/i18n.rst:112:
WARNING: broken link:
https://www.gnu.org/software/gettext/manual/gettext.html#Fuzzy-Entries
(HTTPSConnectionPool(host='www.gnu.org', port=443): Max retries exceeded
with url: /software/gettext/manual/gettext.html (Caused by
NewConnectionError('<urllib3.connection.HTTPSConnection object at
0x7f6d203efb10>: Failed to establish a new connection: [Errno 101]
Network is unreachable')))
	```

	This PR tries to fix the timeout/retry issues.

2. Remove the RTD preview action that adds the link to the PR comment,
as it has been failing despite having the correct permissions (and it
seems RTD folks plan to move this to RTD directly
readthedocs/readthedocs.org#11780)
3. Fixes the last trigger-related issues after changing the `coverage`
workflow to `workflow_call` so we get our coverage comments again (I
have a PR in my repo with this working again
trallard#2)

---------

Co-authored-by: Daniel McCloy <[email protected]>
@trallard trallard closed this Mar 25, 2025
@trallard trallard deleted the trallard/patch-linkcheck-timeouts branch March 25, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants