casbin / casbin-rs

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

fix: wasm checking in CI #207

Closed GopherJ closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #207 into master will increase coverage by 0.03%. The diff coverage is 91.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
+ Coverage   80.61%   80.64%   +0.03%     
==========================================
  Files          22       22              
  Lines        3446     3431      -15     
==========================================
- Hits         2778     2767      -11     
+ Misses        668      664       -4     
Impacted Files Coverage Δ
src/rbac/default_role_manager.rs 93.68% <90.90%> (+1.01%) :arrow_up:
src/convert.rs 44.11% <100.00%> (ø)
src/enforcer.rs 86.33% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8653b1f...b6c3f83. Read the comment docs.