Skip to content

Test coverage is not triggered by github action #669

@Bachibouzouk

Description

@Bachibouzouk

The command to implement in the githut action .github/workflows/main.yml file as the last step is the following:

      - name: Update coverage
        env:
          COVERALLS_REPO_TOKEN: ${{ secrets.coverage_token }}
        run: |
          coverage report -m
          coveralls

This had failed when calling coverage report -m because of an import error on python 3.6 --> need to find out why and a solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions