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

got 500 on running with -parallel-finish option in circleci #214

Open
hftsin opened this issue Jun 15, 2022 · 0 comments
Open

got 500 on running with -parallel-finish option in circleci #214

hftsin opened this issue Jun 15, 2022 · 0 comments

Comments

@hftsin
Copy link
Contributor

hftsin commented Jun 15, 2022

The coveralls return 500 when goveralls is executed with -parallel-finish option. I describe the issue with a simplified example as follows.

jobs:
   coverage:
      - run: goveralls -parallel xxxxx
    coverage-finish:
      - run: goveralls -parallel-finish

workflows:
   coverage-workflow:
       jobs:
          - coverage:
                 name: coverage-foo
          - coverage:
                 name: coverage-bar      
          - coverage-finish:
             - requires:
                   - coverage-foo
                   - coverage-bar

Job coverage-foo and coverage-bar submit the coverage report concurrently, and the job coverage-finish marks the coverage submit as done once the former two jobs finish.

In CircleCI, the coverage-finish job fails with an response status code of 500 from coveralls.io server.

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

No branches or pull requests

1 participant