Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open

Update README.md #4

wants to merge 1 commit into from

Conversation

keyrxng2
Copy link

Resolves #2

@ubqbot ubqbot bot closed this Jun 28, 2024
@ubqbot ubqbot bot mentioned this pull request Jun 28, 2024
@Keyrxng Keyrxng reopened this Jun 28, 2024
@ubqbot ubqbot bot closed this Jul 11, 2024
@Keyrxng Keyrxng reopened this Jul 15, 2024
Copy link

Unused files (2)

src/main.ts, src/plugin.ts

Unused dependencies (2)

Filename dependencies
package.json @actions/core
@actions/github

Unused exports (1)

Filename exports
src/types/plugin-input.ts startStopSettingsValidator

Unused types (1)

Filename types
src/types/plugin-input.ts PluginInputs

Copy link

github-actions bot commented Jul 15, 2024

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟢 Statements 100% 0/0
🟢 Branches 100% 0/0
🟢 Functions 100% 0/0
🟢 Lines 100% 0/0

Test suite run failed

Failed tests: 0/0. Failed suites: 1/1.
  ● Test suite failed to run

    Supabase URL and Key are required

      21 |
      22 | if (!url || !key) {
    > 23 |   throw new Error("Supabase URL and Key are required");
         |         ^
      24 | }
      25 |
      26 | beforeAll(() => {

      at Object.<anonymous> (tests/main.test.ts:23:9)

Report generated by 🧪jest coverage report action from 3f44200

@ubqbot ubqbot bot closed this Jul 15, 2024
@Keyrxng Keyrxng reopened this Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

testing
2 participants