Skip to content

Commit

Permalink
move allow_failure to rules
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Oct 23, 2024
1 parent 96ee2da commit 039c635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ build-ubuntu-bionic:
build-almalinux-8:
extends:
- .build-almalinux-8
allow_failure: true
rules:
allow_failure: true

##########################################################################
# Integration (These might to to a central job def)
Expand Down

1 comment on commit 039c635

@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 for this commit

87.61%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
motley_cue
   __init__.py100%100%100%100%
   __main__.py0%100%0%0%12–13, 4, 7, 9
   _version.py100%100%100%100%
   api.py82.22%100%100%81.40%44–45, 50, 53–54, 59, 65–66
   dependencies.py94.29%100%100%93.75%29, 45
   models.py100%100%100%100%
   static.py30%100%0%33.33%39–40, 42–45
motley_cue/apis
   __init__.py100%100%100%100%
   utils.py93.75%100%100%92.86%13
motley_cue/apis/v1
   __init__.py100%100%100%100%
   admin.py100%100%100%100%
   api.py100%100%100%100%
   root.py93.94%100%83.33%96.30%139
   user.py100%100%100%100%
motley_cue/mapper
   __init__.py55.26%100%35%59.57%100, 106, 113, 120, 128, 135–138, 144–145, 151–152, 158–160, 168, 174, 181–182, 191–192, 196, 199–205, 30–31, 33–34, 37, 39, 57, 94
   authorisation.py92.56%100%100%91.59%100, 139–141, 147, 205, 41, 54, 67
   config.py83.58%100%82.35%83.76%100, 114, 117–121, 131–139, 154–158, 162–163, 202–205, 214–216, 239, 269, 272–274, 276, 280, 357
   exceptions.py94.87%100%85.71%96.88%31
   local_user_management.py90.10%100%90%90.11%161–162, 164–168, 75–76
   token_manager.py94.38%100%88.37%95.31%165, 202, 244, 279, 378, 380, 384, 398, 451–452, 64–65, 69

Please sign in to comment.