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

chore: update docs/' Makefile and CI #2534

Merged
merged 4 commits into from
Jul 7, 2024
Merged

Conversation

moul
Copy link
Member

@moul moul commented Jul 7, 2024

  • add 'make build' (embedmd)
  • refactor Makefile (simplified)
  • check on CI that docs/ is "built" (no diff)

Related (but not closing) #2532
Part of #2529

@moul moul self-assigned this Jul 7, 2024
@moul moul marked this pull request as ready for review July 7, 2024 14:30
@moul moul requested review from a team as code owners July 7, 2024 14:30
@moul moul requested review from jaekwon, zivkovicmilos and leohhhn and removed request for a team July 7, 2024 14:30
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Copy link

codecov bot commented Jul 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.92%. Comparing base (b5560e2) to head (0ec05b6).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2534   +/-   ##
=======================================
  Coverage   54.92%   54.92%           
=======================================
  Files         594      594           
  Lines       79297    79297           
=======================================
+ Hits        43550    43553    +3     
+ Misses      32456    32454    -2     
+ Partials     3291     3290    -1     
Flag Coverage Δ
contribs/gnodev 23.53% <ø> (ø)
contribs/gnofaucet 14.46% <ø> (ø)
contribs/gnokeykc 0.00% <ø> (ø)
contribs/gnomd 0.00% <ø> (ø)
gno.land 63.14% <ø> (ø)
gnovm 60.21% <ø> (ø)
misc/autocounterd 0.00% <ø> (ø)
misc/genproto 0.00% <ø> (ø)
misc/genstd 80.54% <ø> (ø)
misc/goscan 0.00% <ø> (ø)
misc/logos 17.68% <ø> (+0.30%) ⬆️
misc/loop 0.00% <ø> (ø)
tm2 54.45% <ø> (-0.02%) ⬇️

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.

Signed-off-by: moul <94029+moul@users.noreply.github.com>
@moul moul requested a review from ajnavarro as a code owner July 7, 2024 14:37
Signed-off-by: moul <94029+moul@users.noreply.github.com>
@moul moul changed the title feat: add embedmd in make -C docs/ build chore: update docs/' Makefile and CI Jul 7, 2024
@moul moul merged commit 7fe0f20 into gnolang:master Jul 7, 2024
112 checks passed
@moul moul deleted the dev/moul/docs-build branch July 7, 2024 15:35
moul added a commit that referenced this pull request Jul 7, 2024
Main changes:
- rename `AdminToken` -> `Banker`
- rename `GRC20` -> `Token`
- remove unused helpers
- remove vault (temporarily, will be reimplemented)
- remove the returner ˋerror` when unnecessary
- use `std.Emit`
- use uassert for testing
- better file naming and organization for improved readability

Fixes #2294
Replaces #2314 (h/t @leohhhn)
~Depends on #2534~
BREAKING CHANGE

---------

Signed-off-by: moul <94029+moul@users.noreply.github.com>
Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
gfanton pushed a commit to gfanton/gno that referenced this pull request Jul 23, 2024
- add 'make build' (embedmd)
- refactor Makefile (simplified)
- check on CI that docs/ is "built" (no diff)

Related (but not closing) gnolang#2532
Part of gnolang#2529

---------

Signed-off-by: moul <94029+moul@users.noreply.github.com>
gfanton pushed a commit to gfanton/gno that referenced this pull request Jul 23, 2024
Main changes:
- rename `AdminToken` -> `Banker`
- rename `GRC20` -> `Token`
- remove unused helpers
- remove vault (temporarily, will be reimplemented)
- remove the returner ˋerror` when unnecessary
- use `std.Emit`
- use uassert for testing
- better file naming and organization for improved readability

Fixes gnolang#2294
Replaces gnolang#2314 (h/t @leohhhn)
~Depends on gnolang#2534~
BREAKING CHANGE

---------

Signed-off-by: moul <94029+moul@users.noreply.github.com>
Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants