Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

[ABO-214] Integrated pallet BattleMogs onto repository + solo runtime #381

Merged
merged 3 commits into from
Nov 30, 2023

Conversation

DidacSF
Copy link
Contributor

@DidacSF DidacSF commented Nov 29, 2023

Description

This PR integrates the code from https://ajunanetwork.atlassian.net/browse/ABO-214 into the repository and the solo runtime

Type of changes

  • build: Changes that affect the build system or external dependencies (eg, Cargo, Docker)
  • ci: Changes to CI configuration
  • docs: Changes to documentation only
  • feat: Changes to add a new feature
  • fix: Changes to fix a bug
  • refactor: Changes that do not alter functionality
  • style: Changes to format the code
  • test: Changes to add missing tests or correct existing tests

Checklist

  • Tests for the changes have been added
  • Necessary documentation is added (if appropriate)
  • Formatted with cargo fmt --all
  • Linted with cargo clippy --all-features --all-targets
  • Tested with cargo test --workspace --all-features --all-targets

@DidacSF DidacSF requested a review from darkfriend77 November 29, 2023 12:12
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

Attention: 168 lines in your changes are missing coverage. Please review.

Comparison is base (74950f1) 75.56% compared to head (e91c4cc) 75.68%.
Report is 2 commits behind head on develop.

❗ Current head e91c4cc differs from pull request most recent head faea72f. Consider uploading reports for the commit faea72f to get more accurate results

Files Patch % Lines
pallets/ajuna-battle-mogs/src/lib.rs 80.29% 66 Missing ⚠️
pallets/ajuna-battle-mogs/src/types.rs 52.63% 63 Missing ⚠️
pallets/ajuna-battle-mogs/src/algorithm.rs 83.75% 39 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #381      +/-   ##
===========================================
+ Coverage    75.56%   75.68%   +0.11%     
===========================================
  Files           33       36       +3     
  Lines         3520     4228     +708     
===========================================
+ Hits          2660     3200     +540     
- Misses         860     1028     +168     

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

@DidacSF DidacSF merged commit 1090b4d into develop Nov 30, 2023
5 of 12 checks passed
@DidacSF DidacSF deleted the ds/ABO-214 branch November 30, 2023 11:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants