Unable to delete a project'

Please check the troubleshooting guide before creating a ticket.

Description

The problem I am facing is much more complicated than the title says.

Background

I think there was an error in my project setup. I add the GitHub repo without permission configured in GitHub App, but even though I give permission later, codecov still does not work properly (see below). And I want to delete the project and readd it.

Behavior

Clicked “Erase all content and delete project” in settings but it give “Sorry, there was an issue” dialog with no content. And the project is not deleted

Repository

https://github.com/AllanChain/command4bot

CI/CD

GitHub Actions

Uploader

bash uploader

Commit SHAs

c5cce66d7fecdda6c069c8bcf5fa3f8398d42616

Codecov YAML

None

Codecov Output

  _____          _
 / ____|        | |
| |     ___   __| | ___  ___ _____   __
| |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| |  __/ (_| (_) \ V /
 \_____\___/ \__,_|\___|\___\___/ \_/
                              Bash-20201106-81372f2


==> GitHub Actions detected.
    project root: .
    Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
==> Running gcov in . (disable via -X gcov)
==> Searching for coverage reports in:
    + .
    -> Found 1 reports
==> Detecting git/mercurial file structure
==> Reading reports
    + ./coverage.xml bytes=11358
==> Appending adjustments
    https://docs.codecov.io/docs/fixing-reports
    -> No adjustments found
==> Gzipping contents
==> Uploading reports
    url: https://codecov.io
    query: branch=master&commit=c5cce66d7fecdda6c069c8bcf5fa3f8398d42616&build=351132210&build_url=http%3A%2F%2Fgithub.com%2FAllanChain%2Fcommand4bot%2Factions%2Fruns%2F351132210&name=&tag=&slug=AllanChain%2Fcommand4bot&service=github-actions&flags=&pr=&job=&cmd_args=
->  Pinging Codecov
https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=c5cce66d7fecdda6c069c8bcf5fa3f8398d42616&build=351132210&build_url=http%3A%2F%2Fgithub.com%2FAllanChain%2Fcommand4bot%2Factions%2Fruns%2F351132210&name=&tag=&slug=AllanChain%2Fcommand4bot&service=github-actions&flags=&pr=&job=&cmd_args=
->  Uploading to
https://storage.googleapis.com/codecov/v4/raw/2020-11-07/D65D9EA1177B88D0C725437AE1C29081/c5cce66d7fecdda6c069c8bcf5fa3f8398d42616/ce816596-e8e3-440e-b686-9c58895acd48.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201107T134914Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=73d7689b467ad64cfe08c69ba7133aa58656169d7f139994fdc537ea72c7f4b7
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1355    0     0  100  1355      0   7057 --:--:-- --:--:-- --:--:--  7057
    -> View reports at https://codecov.io/github/AllanChain/command4bot/commit/c5cce66d7fecdda6c069c8bcf5fa3f8398d42616

Steps to Reproduce

  1. Add repo without permission configured in GitHub App
  2. Upload coverage (python) report
  3. Add GitHub App permission later
  4. Upload report
  5. Clicked “Erase all content and delete project”

Expected behavior: See my coverage. Or let me delete the project

Actual behavior: “There was an error processing coverage reports”. And “Sorry, there was an issue” dialog with no content.

Flakiness? All the time

Additional Information

None

Oh, the error “There was an error processing coverage reports” disappeared a while ago and I am able to see the coverage now :tada:

The problem seems to be solved :smile:

1 Like