From a9fdbaafd82322cf7cf1cae990b1b201ff589827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:57:26 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 5 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e9c959..5ea8cce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,6 +56,6 @@ jobs: python -m pip install --upgrade .[test] python -m pytest --cov=mintanalysis --cov-report=xml - name: Upload Coverage to codecov.io - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} From f24f7ca4561100ba3d8715fb5b5b8e724647a53a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:57:37 +0000 Subject: [PATCH 2/2] style: pre-commit fixes --- src/mintanalysis/pmt/ana/peSpectrumAnalyzerIcetray.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mintanalysis/pmt/ana/peSpectrumAnalyzerIcetray.py b/src/mintanalysis/pmt/ana/peSpectrumAnalyzerIcetray.py index dfec1f9..1e5cbe8 100644 --- a/src/mintanalysis/pmt/ana/peSpectrumAnalyzerIcetray.py +++ b/src/mintanalysis/pmt/ana/peSpectrumAnalyzerIcetray.py @@ -5,8 +5,7 @@ import matplotlib.pyplot as plt import numpy as np -from icecube import icetray, pone_unfolding - +from icecube import icetray from matplotlib.backends.backend_pdf import PdfPages from mintanalysis.pmt.ana.peSpectrumAnalyzer import PESpectrumAnalyzer