Use coveralls.io #3385
Labels
No Label
0.2.0
0.3.0
0.4.0
0.5.0
0.5.1
0.6.0
0.6.1
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.10.0
1.10.1
1.10.2
1.10a2
1.11.0
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.2.0
1.3.0
1.4.1
1.5.0
1.6.0
1.6.1
1.7.0
1.7.1
1.7β
1.8.0
1.8.1
1.8.2
1.8.3
1.8β
1.9.0
1.9.0-s3branch
1.9.0a1
1.9.0a2
1.9.0b1
1.9.1
1.9.2
1.9.2a1
LeastAuthority.com automation
blocker
cannot reproduce
cloud-branch
code
code-dirnodes
code-encoding
code-frontend
code-frontend-cli
code-frontend-ftp-sftp
code-frontend-magic-folder
code-frontend-web
code-mutable
code-network
code-nodeadmin
code-peerselection
code-storage
contrib
critical
defect
dev-infrastructure
documentation
duplicate
enhancement
fixed
invalid
major
minor
n/a
normal
operational
packaging
somebody else's problem
supercritical
task
trivial
unknown
was already fixed
website
wontfix
worksforme
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Reference: tahoe-lafs/trac-2024-07-25#3385
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#3384 will update coverage dependency, which will allow us to give coveralls.io a spin.
Python coverall package requires that coverage reports should be in coverage 5.0 format. Perhaps coveralls.io might work better for us than codecov.io, which we currently use.
See #3384 for some notes on why we might want to use coveralls.io.
Duplicate of https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2389
I read that other ticket backwards. This wasn't a duplicate at all.
Background: coveralls does not readily support collecting coverage information from more than one CI provider.
After discussion between many of the currently active developers we decided that collecting coverage on Windows and macOS and not Linux is the most useful configuration we can get out of coveralls. We also decided this is better than the current state of affairs based on codecov. Supposedly codecov can collect coverage from multiple providers but in reality it often generates reports no one can make any sense of.
Therefore, we'll turn off codecov and turn on Coveralls for Windows and macOS on GitHub Actions.
We might even consider adding one Linux job to GitHub Actions at some point to get at least some Linux coverage in the reports.
In a3be55a/trunk: