diff --git a/codecov_slack_app/settings.py b/codecov_slack_app/settings.py index 3919b5d..7d6d6d9 100644 --- a/codecov_slack_app/settings.py +++ b/codecov_slack_app/settings.py @@ -91,7 +91,9 @@ DATABASES = { "default": { - "ENGINE": os.environ.get("SQL_ENGINE", "django.db.backends.postgresql"), + "ENGINE": os.environ.get( + "SQL_ENGINE", "django.db.backends.postgresql" + ), "NAME": os.environ.get("POSTGRES_DB", "codecov_slack_app"), "USER": os.environ.get("POSTGRES_USER", "user"), "PASSWORD": os.environ.get("POSTGRES_PASSWORD", "password"), @@ -134,7 +136,7 @@ "'self'", "'sha256-XUpurJYPfudnKesBwHWGnVTMcFyg5inchJcdAppSMcY='", "'sha256-xuBr9YVS7V3hqBkhwLDtyohNbGFdO8PSWO/QDH0orxk='", - "'sha256-G9kZzyN24irmY+hg/rWbW9P5DYILFdr63wXKRPMJlCc='", + "'sha256-ExOD6A/CQOU7d45q21u5lKTtYGch1RstdJ8N85wSbwA='", "fonts.googleapis.com", ) diff --git a/core/templates/pages/slack_install.html b/core/templates/pages/slack_install.html index 24984ff..be07fff 100644 --- a/core/templates/pages/slack_install.html +++ b/core/templates/pages/slack_install.html @@ -1,52 +1,58 @@ - + + + Install Codecov App for Slack - - - + + + - Codecov Logo + Codecov Logo

Streamline Code Coverage with Slack

Codecov App for Slack brings the power of code coverage directly into your Slack channels, enabling you and your team to stay informed and proactive about your code's quality without ever leaving Slack.

+
+

A Codecov account is required to configure and use this app.

+
- - - - + + + +
+
+

Configuration Steps

+
    +
  1. Ensure you have a Codecov account. If not, .
  2. +
  3. Click the "Add to Slack" button to install the app to your Slack workspace.
  4. +
  5. Once installed, use the "/codecov login" command in Slack to link your Codecov account.
  6. +
  7. Follow the prompts to authorize the connection between Slack and Codecov.
  8. +
  9. After successful connection, you can start using Codecov commands in your Slack channels.
  10. +
+

Code Coverage Changes at a Glance

@@ -149,7 +206,7 @@

Code Coverage Changes at a Glance

Slack, allowing you to address coverage decreases or celebrate increases without waiting around for PR calculations.

- Codecov Logo + Slack onboarding screenshot

Efficiently Compare Commits

@@ -159,7 +216,7 @@

Efficiently Compare Commits

codebase's coverage. It's a direct line to understanding and improving your project's code quality.

- Codecov Logo + Commit comparison screenshot

Comprehensive PR List

@@ -169,7 +226,7 @@

Comprehensive PR List

commits, and branches for a full spectrum view on your project's health, directly in your Slack workspace.

- Codecov Logo + PR list screenshot
+ - \ No newline at end of file