QutEcoacoustics / audio-analysis

The audio analysis code (AnalysisPrograms.exe) for the QUT Ecoacoustics Research Group
https://ap.qut.ecoacoustics.info/
Apache License 2.0
52 stars 12 forks source link

Bump Equ from 2.2.0 to 2.3.0 #482

Open dependabot[bot] opened 3 years ago

dependabot[bot] commented 3 years ago

Bumps Equ from 2.2.0 to 2.3.0.

Release notes

Sourced from Equ's releases.

2.3.0

Better integration with C# 9 records is now provided through EquCompare<T>.

Changelog

Sourced from Equ's changelog.

2.3.0

  • [PR #24](thedmi/Equ#24) Better integration with C# 9 record types through EquCompare<T>.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
codecov[bot] commented 3 years ago

Codecov Report

Merging #482 (9440fc5) into master (71fb73d) will decrease coverage by 42.34%. The diff coverage is n/a.

:exclamation: Current head 9440fc5 differs from pull request most recent head 1856fe5. Consider uploading reports for the commit 1856fe5 to get more accurate results

@@            Coverage Diff             @@
##           master    #482       +/-   ##
==========================================
- Coverage   43.06%   0.71%   -42.35%     
==========================================
  Files         507     481       -26     
  Lines       49557   48928      -629     
  Branches     7722    7678       -44     
==========================================
- Hits        21340     350    -20990     
- Misses      28217   48527    +20310     
- Partials        0      51       +51     
Impacted Files Coverage Δ
src/AcousticWorkbench/Api.cs 0.00% <0.00%> (-100.00%) :arrow_down:
src/Acoustics.Shared/Binary.cs 0.00% <0.00%> (-100.00%) :arrow_down:
src/AnalysisPrograms/MainEntry.cs 0.00% <0.00%> (-100.00%) :arrow_down:
src/AnalysisBase/AnalyzerConfig.cs 0.00% <0.00%> (-100.00%) :arrow_down:
src/AudioAnalysisTools/DSP/Clipping.cs 0.00% <0.00%> (-100.00%) :arrow_down:
src/AudioAnalysisTools/DctParameters.cs 0.00% <0.00%> (-100.00%) :arrow_down:
src/Acoustics.Shared/Logging/NoConsole.cs 0.00% <0.00%> (-100.00%) :arrow_down:
src/AnalysisBase/ResultBases/EventBase.cs 0.00% <0.00%> (-100.00%) :arrow_down:
src/AnalysisBase/SegmentSplitException.cs 0.00% <0.00%> (-100.00%) :arrow_down:
src/AnalysisBase/Segment/SourceMetadata.cs 0.00% <0.00%> (-100.00%) :arrow_down:
... and 459 more

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 71fb73d...1856fe5. Read the comment docs.