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

重构 audit 相关代码, 改为面向对象实现 #2348

Merged
merged 7 commits into from
Nov 3, 2023

不抛错给用户, 改为输出日志

328bd2f
Select commit
Loading
Failed to load commit list.
Merged

重构 audit 相关代码, 改为面向对象实现 #2348

不抛错给用户, 改为输出日志
328bd2f
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 1, 2023 in 0s

75.95% (+0.24%) compared to 3cdfba0

View this Pull Request on Codecov

75.95% (+0.24%) compared to 3cdfba0

Details

Codecov Report

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

Comparison is base (3cdfba0) 75.71% compared to head (328bd2f) 75.95%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2348      +/-   ##
==========================================
+ Coverage   75.71%   75.95%   +0.24%     
==========================================
  Files         108      111       +3     
  Lines       15727    15736       +9     
==========================================
+ Hits        11907    11953      +46     
+ Misses       3820     3783      -37     
Files Coverage Δ
archery/settings.py 53.48% <100.00%> (+0.36%) ⬆️
common/utils/const.py 100.00% <100.00%> (ø)
sql/models.py 97.05% <100.00%> (+0.47%) ⬆️
sql/test_model.py 100.00% <100.00%> (ø)
sql/tests.py 99.35% <100.00%> (+0.56%) ⬆️
sql/utils/test_workflow_audit.py 100.00% <100.00%> (ø)
sql/utils/tests.py 100.00% <100.00%> (ø)
sql_api/serializers.py 79.88% <100.00%> (ø)
sql_api/tests.py 100.00% <ø> (ø)
conftest.py 93.75% <93.75%> (ø)
... and 5 more

... and 1 file with indirect coverage changes

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