Argus icon indicating copy to clipboard operation
Argus copied to clipboard

Release 2.0.0

Open hmpf opened this issue 9 months ago • 3 comments

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

hmpf avatar May 23 '25 12:05 hmpf

Test results

    4 files    456 suites   17m 25s ⏱️   520 tests   519 ✅ 1 💤 0 ❌ 2 080 runs  2 076 ✅ 4 💤 0 ❌

Results for commit f01936a6.

github-actions[bot] avatar May 23 '25 13:05 github-actions[bot]

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.

codecov-commenter avatar May 23 '25 13:05 codecov-commenter