Skip to content

AWS and Azure unit test are skipped when generating coverage report #96

Open
@dimitar-dimitrow

Description

@dimitar-dimitrow
Contributor

The AWS and Azure unit tests need additional setting, otherwise they are skipped:

  • AWS - aws_test.go:67: Please set azure environment variables(env: required environment variable "AWS_ACCESS_KEY_ID" is not set; required environment variable "AWS_SECRET_ACCESS_KEY" is not set; required environment variable "AWS_REGION" is not set; required environment variable "AWS_BUCKET" is not set).
  • Azure - azure_test.go:67: Please set azure environment variables(env: required environment variable "AZURE_ACCOUNT_NAME" is not set; required environment variable "AZURE_CONTAINER_NAME" is not set; required environment variable "AZURE_CLIENT_ID" is not set; required environment variable "AZURE_TENANT_ID" is not set; required environment variable "AZURE_CLIENT_SECRET" is not set).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    taskSingle unit of work

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dimitar-dimitrow

        Issue actions

          AWS and Azure unit test are skipped when generating coverage report · Issue #96 · eclipse-kanto/file-upload