Skip to content
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

<xsl:include> #94

Merged
merged 5 commits into from
May 7, 2024
Merged

<xsl:include> #94

merged 5 commits into from
May 7, 2024

Conversation

leonelsanchesdasilva
Copy link
Collaborator

Resolves #71

- XSL example.
- Awaitable methods for XSLT processing, since using `fetch()` requires certain parts to be awaited;
- Stubbing unit test.
Copy link

github-actions bot commented May 7, 2024

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
78.92% (+4.28% 🔼)
2280/2889
🟡 Branches
68.43% (+1.11% 🔼)
674/985
🟡 Functions
75.07% (+2.2% 🔼)
277/369
🟡 Lines
79.02% (+4.03% 🔼)
2079/2631
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢 xslt/xslt.ts
83.16% (-0.04% 🔻)
62.88% (-5.89% 🔻)
90.91% (+0.91% 🔼)
82.15% (-0.95% 🔻)
🔴 dom/xnode.ts
42.59% (+4.82% 🔼)
28.57% (-1.83% 🔻)
46.51% (+1.27% 🔼)
44.8% (+6.4% 🔼)
🟢
... / xml-functions.ts
81.61% (+1.61% 🔼)
75% (-0.38% 🔻)
77.27%
81.46% (+1.46% 🔼)
🟢 xpath/xpath.ts
90.81% (+1.68% 🔼)
84.44% (-0.59% 🔻)
93.55% (+0.11% 🔼)
90.43% (+1.73% 🔼)
🟡
... / common-function.ts
50% (+8.33% 🔼)
0% (-16.67% 🔻)
50%
60% (+10% 🔼)
🟢
... / internal-functions.ts
85.71% (+5.71% 🔼)
0% (-50% 🔻)
100%
85.71% (+5.71% 🔼)
🟡
... / standard.ts
61.57% (+5.48% 🔼)
50.75% (-0.5% 🔻)
47.22%
61.78% (+5.92% 🔼)
🟢
... / index.ts
100% 100%
57.14% (-42.86% 🔻)
100%
🟢
... / node-test-name.ts
88.46% (+2.75% 🔼)
71.43% (-7.14% 🔻)
100%
91.3% (+1.83% 🔼)

Test suite run success

73 tests passing in 21 suites.

Report generated by 🧪jest coverage report action from 324e0df

@leonelsanchesdasilva leonelsanchesdasilva merged commit c1ffff7 into main May 7, 2024
3 checks passed
@leonelsanchesdasilva leonelsanchesdasilva deleted the xsl-include branch May 7, 2024 19:44
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.

Implement <xsl:include>
1 participant