Skip to content

fix: metatag order - #1213

Merged
jorgepiloto merged 11 commits into
mainfrom
fix/metatag-order
Jun 30, 2025
Merged

fix: metatag order#1213
jorgepiloto merged 11 commits into
mainfrom
fix/metatag-order

Conversation

@Revathyvenugopal162

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added documentation Improvements or additions to documentation bug Something isn't working labels Jun 30, 2025
@codacy-production

codacy-production Bot commented Jun 30, 2025

Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.04% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (0b26fd6) 2537 2194 86.48%
Head commit (3d56437) 2537 (+0) 2193 (-1) 86.44% (-0.04%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1213) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@codecov

codecov Bot commented Jun 30, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.44%. Comparing base (0b26fd6) to head (3d56437).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1213      +/-   ##
==========================================
- Coverage   86.48%   86.44%   -0.04%     
==========================================
  Files          39       39              
  Lines        2537     2537              
==========================================
- Hits         2194     2193       -1     
- Misses        343      344       +1     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jorgepiloto

Copy link
Copy Markdown
Member

As discussed in private, let's add a doc/source/_templates/layout.html file. Its content must be:

{% extends "!layout.html" %}

{% block extrahead %}
  {{ super() }}
  <meta name="physics" content="Structures" />
{% endblock %}

@Revathyvenugopal162
Revathyvenugopal162 marked this pull request as ready for review June 30, 2025 10:17
@Revathyvenugopal162
Revathyvenugopal162 requested a review from a team as a code owner June 30, 2025 10:17
Comment thread doc/source/conf.py
@jorgepiloto
jorgepiloto enabled auto-merge (squash) June 30, 2025 10:48
@jorgepiloto
jorgepiloto merged commit 3de2c9a into main Jun 30, 2025
@jorgepiloto
jorgepiloto deleted the fix/metatag-order branch June 30, 2025 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants