• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zappa / Zappa / 23284913831
75%

Build:
DEFAULT BRANCH: master
Ran 19 Mar 2026 07:53AM UTC
Jobs 6
Files 14
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Mar 2026 07:45AM UTC coverage: 74.236% (+0.05%) from 74.189%
23284913831

push

github

web-flow
:bug: Fix upload_to_s3 creating bucket on AccessDenied (#1437)

* :bug: Fix upload_to_s3 creating bucket on AccessDenied (#1315)

head_bucket() failures were caught as a blanket ClientError, causing
Zappa to attempt bucket creation even on 403 AccessDenied (missing
s3:ListBucket permission). Now raises EnvironmentError on 403 with a
descriptive message and re-raises other unexpected errors. Only
attempts bucket creation on 404 (bucket genuinely doesn't exist).

* :bug: Fix NoRegionError in TestUploadToS3ErrorHandling on Python 3.14

Add setUp/tearDown to set AWS_DEFAULT_REGION, matching the pattern
used by TestZappa. Without this, Zappa() init fails on Python 3.14
which is stricter about requiring a region for boto3 sessions.

---------

Co-authored-by: shane <shane.cousins@kiconiaworks.com>

3596 of 4844 relevant lines covered (74.24%)

4.45 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
245
77.64
0.13% core.py
Jobs
ID Job ID Ran Files Coverage
1 py3.13 - 23284913831.1 19 Mar 2026 07:55AM UTC 14
74.24
GitHub Action Run
2 py3.14 - 23284913831.2 19 Mar 2026 07:53AM UTC 14
74.24
GitHub Action Run
3 py3.9 - 23284913831.3 19 Mar 2026 07:56AM UTC 14
74.24
GitHub Action Run
4 py3.11 - 23284913831.4 19 Mar 2026 07:56AM UTC 14
74.24
GitHub Action Run
5 py3.12 - 23284913831.5 19 Mar 2026 07:56AM UTC 14
74.24
GitHub Action Run
6 py3.10 - 23284913831.6 19 Mar 2026 07:56AM UTC 14
74.24
GitHub Action Run
Source Files on build 23284913831
  • Tree
  • List 14
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23284913831
  • 95d3c99b on github
  • Prev Build on master (#23284496399)
  • Next Build on master (#23287551175)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc