You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coverage computed by pytest in the GHA is correct. However, it seems that Coveralls is not able to interpret the relevant lines, and when a Python line is split shows all the lines as uncovered, except for the last line.
We have been using run: coveralls --service=github instead of uses: coverallsapp/github-action@v2, which was uploading the coverage properly, but started failing on Friday.
We have also tried running the coverage with Python 3.7 and 3.11, and any of them adequately computed the total coverage. However, there were differences in the coverage values as described in #108
Thanks a lot!
The text was updated successfully, but these errors were encountered:
The coverage computed by pytest in the GHA is correct. However, it seems that Coveralls is not able to interpret the relevant lines, and when a Python line is split shows all the lines as uncovered, except for the last line.
CI instruction we are using:
https://github.com/SDXorg/pysd/blob/6d90f38c36118b0f7f2cb4eb4a274c20ff2c66c9/.github/workflows/ci.yml
We have been using
run: coveralls --service=github
instead ofuses: coverallsapp/github-action@v2
, which was uploading the coverage properly, but started failing on Friday.We have also tried running the coverage with Python 3.7 and 3.11, and any of them adequately computed the total coverage. However, there were differences in the coverage values as described in #108
Thanks a lot!
The text was updated successfully, but these errors were encountered: