Skip to content

Commit

Permalink
Fix webapp config for code coverage tool
Browse files Browse the repository at this point in the history
This PR fixes the cloud deployment config so we can upload code coverage
again.
  • Loading branch information
soares-sergio committed Dec 12, 2024
1 parent 9c8a552 commit c8bc53e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integrations/appengine/webapp_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
runtime: python27
api_version: 1
threadsafe: true
runtime: python39
handlers:
- url: /
static_files: html/index.html
Expand Down

0 comments on commit c8bc53e

Please sign in to comment.