nacrul-eth / chainreport-converter

Converter tools for https://chain.report/
MIT License
2 stars 1 forks source link

[plutus] New plutus csv export script #46

Closed nacrul-eth closed 1 month ago

nacrul-eth commented 2 months ago

Add a dedicated export script to get the plutus rewards csv file as the extension was obsoleted/blocked.

codacy-production[bot] commented 2 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.70% (target: -2.00%) :white_check_mark: 100.00% (target: 70.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (fbf16e361f424c41355144ac4c26c8ebd86cc09c) | 1073 | 1038 | 96.74% | | | Head commit (b398964b968b3efc67d7d6a52deadaf8a3b72810) | 1212 (+139) | 1181 (+143) | 97.44% (**+0.70%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#46) | 163 | 163 | **100.00%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ
src/chainreport_parser/hi_parser_csv.py 100.00% <100.00%> (ø)
src/chainreport_parser/plutus_parser_csv.py 94.04% <100.00%> (+10.71%) :arrow_up:
tests/plutus_test.py 100.00% <100.00%> (ø)