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

fix: Handle .mod files for realms in gnoweb #2278

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

RezaRahemtola
Copy link
Member

Fixes #2277 to render .mod files for realms

Before:
image

After:
image

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

@github-actions github-actions bot added the 📦 ⛰️ gno.land Issues or PRs gno.land package related label Jun 4, 2024
@RezaRahemtola RezaRahemtola requested review from thehowl and a team as code owners June 4, 2024 20:32
@github-actions github-actions bot added the 🧾 package/realm Tag used for new Realms or Packages. label Jun 4, 2024
Copy link

codecov bot commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.64%. Comparing base (a85b380) to head (198c4fc).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2278   +/-   ##
=======================================
  Coverage   54.64%   54.64%           
=======================================
  Files         578      578           
  Lines       77877    77877           
=======================================
  Hits        42554    42554           
  Misses      32150    32150           
  Partials     3173     3173           
Flag Coverage Δ
gno.land 61.65% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@deelawn deelawn merged commit fabf6c8 into gnolang:master Jun 6, 2024
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related 🧾 package/realm Tag used for new Realms or Packages.
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

[gnoweb] Clicking the gno.mod source on realms returns 404
4 participants