casbin / casbin-rs

An authorization library that supports access control models like ACL, RBAC, ABAC in Rust.
https://casbin.org
Apache License 2.0
828 stars 67 forks source link

fix: Automatic release failed #322

Closed HGZ-20 closed 9 months ago

HGZ-20 commented 9 months ago

Update release.yml

Fix: https://github.com/casbin/casbin-rs/issues/304

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (7d909e8) 64.11% compared to head (da05f8f) 64.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #322 +/- ## ======================================= Coverage 64.11% 64.11% ======================================= Files 24 24 Lines 1881 1881 ======================================= Hits 1206 1206 Misses 675 675 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 9 months ago

Benchmark for 7d909e8

Click to view benchmark | Test | PR Benchmark | Master Benchmark | % | |------|--------------|------------------|---| | b_benchmark_rbac_model_large | 10.3±0.13ms | 10.4±0.11ms | -0.96% | | benchmark priority model | 5.0±0.39µs | 5.0±0.06µs | 0.00% | | benchmark_abac_model | 2.7±0.06µs | **2.6±0.07µs** | **+3.85%** | | benchmark_basic_model | 4.4±0.04µs | 4.4±0.08µs | 0.00% | | benchmark_key_match | 8.2±0.06µs | 8.2±0.15µs | 0.00% | | benchmark_raw | 0.0±0.00ns | 0.0±0.00ns | NaN% | | benchmark_rbac_model | 7.3±0.11µs | 7.4±0.11µs | -1.35% | | benchmark_rbac_model_medium | **878.0±10.37µs** | 889.1±15.03µs | **-1.25%** | | benchmark_rbac_model_with_domains | **7.1±0.09µs** | 7.3±0.17µs | **-2.74%** | | benchmark_rbac_with_deny | **9.6±0.19µs** | 9.8±0.14µs | **-2.04%** | | benchmark_rbac_with_resource_roles | **5.2±0.12µs** | 5.4±0.10µs | **-3.70%** | | benchmark_role_manager_large | 4.9±0.02ms | **4.7±0.02ms** | **+4.26%** | | benchmark_role_manager_medium | 346.0±19.00µs | **320.5±3.50µs** | **+7.96%** | | benchmark_role_manager_small | **89.5±1.78µs** | 91.3±2.82µs | **-1.97%** |