Release 2.0.0
Scope and purpose
A collection of changes necessary to release version 2.0.0 of Argus.
Will need a hefty NOTES.md.
This pull request
- adds/changes/removes a dependency
- changes the API
Contributor Checklist
Every pull request should have this checklist filled out, no matter how small it is. More information about contributing to Argus can be found in the Development docs.
- [ ] Added a changelog fragment for towncrier
- [x] Added/amended tests for new/changed code
- [x] Added/changed documentation
- [x] Linted/formatted the code with ruff and djLint, easiest by using pre-commit
- [x] The first line of the commit message continues the sentence "If applied, this commit will ...", starts with a capital letter, does not end with punctuation and is 50 characters or less long. See our how-to
- [ ] If applicable: Created new issues if this PR does not fix the issue completely/there is further work to be done
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Test results
4 files 456 suites 17m 25s ⏱️ 520 tests 519 ✅ 1 💤 0 ❌ 2 080 runs 2 076 ✅ 4 💤 0 ❌
Results for commit f01936a6.
Codecov Report
:x: Patch coverage is 86.66667% with 2 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 78.96%. Comparing base (66eaf4b) to head (f01936a).
:warning: Report is 60 commits behind head on master.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/argus/dev/utils.py | 0.00% | 2 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #1484 +/- ##
==========================================
+ Coverage 78.82% 78.96% +0.13%
==========================================
Files 144 120 -24
Lines 5989 5291 -698
==========================================
- Hits 4721 4178 -543
+ Misses 1268 1113 -155
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.