testcontainers/testcontainers-python

export code coverage (e.g. to codecov)

alexanderankin opened this issue · 4 comments

  1. I Think we need some extra permissions on the repo to be able to use coveralls or codecov
  2. On a more positive note, I think I can get the workflow ready (mainly combine the reports from the different python versions).
    I'll create a PR so you can see, hopefully its all that is needed except the actual integration with the external service.
    After that it should be just a matter of adding
    - name: Upload coverage reports to Codecov
      uses: codecov/codecov-action
      env:
        CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Maybe I was very wrong?
https://app.codecov.io/gh/testcontainers/testcontainers-python
Its already configured (or was configured?)

Maybe I was very wrong? https://app.codecov.io/gh/testcontainers/testcontainers-python Its already configured (or was configured?)

yes exactly, this is looking at the wrong branch

master needs to be replaced with main right? so its only someone with access to the project as far as I can tell