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

Make coverage report optional in case it fails to submit #664

Merged
merged 5 commits into from
Jul 1, 2024

Commits on Jun 25, 2024

  1. Make coverage report optional in case it fails to submit

    Sometimes, we get this error:
    coveralls.exception.CoverallsException: Could not submit coverage: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs
    
    This PR allows the error to happen while also maintaining the test
    result and making sure that we actually installed all dependencies.
    
    This is a follow up from
    collective#644
    main branch failed:
    https://github.com/collective/icalendar/actions/runs/9663149658/job/26654629821
    niccokunzmann committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    44f6bd7 View commit details
    Browse the repository at this point in the history
  2. log changes

    niccokunzmann committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1dc9656 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    77568bf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    5eaa886 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    c452128 View commit details
    Browse the repository at this point in the history