Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radlfabs committed Nov 20, 2023
1 parent 77fa0c1 commit 583ff40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
skip-existing: false

1 comment on commit 583ff40

@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
   __init__.py6433%3–8
   core.py19015916%54–106, 121–140, 219–562, 566
   fold_logging.py563636%32, 43–44, 81–139
   fold_results_handling.py885933%71–173
   interface.py3293067%30–930
   merf.py15413413%25, 33–83, 137–152, 168–198, 234–424, 428, 443–454
   metrics.py12283%24, 72
   model_mapping.py231439%83–86, 91–94, 105, 117–118, 141–143
   model_postprocessing.py21916525%117–140, 144–156, 169–191, 200–217, 226–253, 265–316, 326–332, 338–342, 348–365, 379, 405, 410, 428–441, 446, 464–470, 475, 492–518, 523, 540–567, 572, 589–604, 609, 627–643, 647
   model_selection.py705719%43–44, 53, 57–69, 102–108, 153–164, 194–204, 241–295
   models.py95950%4–223
   plot.py12610913%16–25, 29–30, 51–123, 135–154, 166–183, 194–200, 218–232, 236
   repeated.py1151150%1–360
   results_handling.py755231%24–28, 74–75, 79, 84–86, 117–139, 156–181, 194, 206, 218, 230, 243, 254–255, 260, 264, 267, 271
   run.py301453%10, 13, 16, 19, 22, 25, 28, 31, 34, 37, 40, 43, 46, 50
   split.py583933%64–71, 97–150, 154
   stratification.py614330%23–26, 41–54, 67, 80–83, 98–110, 119, 135–138, 152–174, 187
   synthesizer.py18180%1–60
   utilities.py826817%21–37, 49, 61, 73–80, 95–99, 112–119, 133–144, 157–163, 174–210
   yaml_parser.py52488%22–219
TOTAL1859153717% 

Tests Skipped Failures Errors Time
13 0 💤 0 ❌ 13 🔥 7.506s ⏱️

Please sign in to comment.