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

Bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group #77

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
--durations=20

- name: Upload coverage report
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
1 change: 0 additions & 1 deletion src/HHbbVV/VBF_binder/VBFgenInfoTests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"metadata": {},
"outputs": [],
"source": [
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
Expand Down
1 change: 0 additions & 1 deletion src/HHbbVV/postprocessing/BDT_LPSFs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"warnings.simplefilter(action=\"ignore\", category=SettingWithCopyWarning)\n",
"\n",
"\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import matplotlib.ticker as mticker\n",
"import mplhep as hep\n",
Expand Down
1 change: 0 additions & 1 deletion src/HHbbVV/postprocessing/VV_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"warnings.simplefilter(action=\"ignore\", category=SettingWithCopyWarning)\n",
"\n",
"\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import matplotlib.ticker as mticker\n",
"import mplhep as hep\n",
Expand Down
1 change: 0 additions & 1 deletion src/HHbbVV/scale_factors/top_reweighting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@
"metadata": {},
"outputs": [],
"source": [
"\n",
"with gzip.open(corrections.get_pog_json(\"jec\", \"2017\"), \"r\") as fin:\n",
" jec = json.loads(fin.read().decode(\"utf-8\"))\n",
"\n",
Expand Down
Loading