Skip to content

Commit

Permalink
switch to download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
radlfabs committed Sep 4, 2024
1 parent e260729 commit 762aa48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand All @@ -68,7 +68,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testpypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

1 comment on commit 762aa48

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
flexcv
   core.py190597%280–281, 320–321, 566
   fold_logging.py56296%136–139
   interface.py3294287%125, 128, 182, 184, 187, 190–191, 195, 320, 325, 328, 358, 422, 427, 605, 608, 618, 622, 629, 643, 646, 664, 713, 796–797, 800–801, 877, 886, 891, 896, 900–930
   merf.py1541888%169, 172, 191, 235, 246–248, 306, 384, 400–413, 417–422, 428
   metrics.py12192%72
   model_mapping.py23387%141–143
   model_postprocessing.py2191693%123, 170, 201, 227, 266, 288–293, 303–305, 405, 552, 647
   model_selection.py70297%61, 65
   models.py95496%197, 209, 219, 223
   plot.py1262183%101–102, 111–116, 175–181, 194–200, 236
   repeated.py1151587%30–32, 217–223, 258–260, 272, 285–288, 360
   results_handling.py75791%79, 254–255, 260, 264, 267, 271
   run.py30197%50
   split.py58591%103–106, 131–134, 154
   utilities.py822668%24, 157–163, 174–210
   yaml_parser.py53394%118, 205–220
TOTAL186717191% 

Tests Skipped Failures Errors Time
476 0 💤 0 ❌ 0 🔥 5m 55s ⏱️

Please sign in to comment.