#3616 closed defect (fixed)

Python 3.6 tests on GitHub Actions

Reported by: sajith Owned by: sajith
Priority: normal Milestone: undecided
Component: dev-infrastructure Version: n/a
Keywords: review-needed Cc:
Launchpad Bug:

Description (last modified by sajith)

Tahoe has switched to coveralls.io from codecov.io for coverage reporting. Currently tests that run on GitHub Actions is the only source for coverage data, and we collect no coverage data for Python 3.6 at GitHub Actions. Previously codecov.io has Python 3.6 coverage data from CircleCI.

Change History (6)

comment:1 Changed at 2021-02-19T00:41:09Z by sajith

  • Description modified (diff)

comment:2 Changed at 2021-03-08T00:02:43Z by exarkun

Alternatively ... Move all of CI to CircleCI?

comment:3 Changed at 2021-03-08T00:02:50Z by exarkun

Or GitLab? ;)

comment:4 Changed at 2021-03-08T18:09:50Z by sajith

Both would be good ideas! This just seemed easier to do. :-)

comment:5 Changed at 2021-03-08T18:10:13Z by sajith

  • Keywords review-needed added

comment:6 Changed at 2021-04-05T22:20:05Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from new to closed

In 8073f3e/trunk:

Merge pull request #1025 from tahoe-lafs/3616.py36-on-github-actions

Run coverage tests with Python 3.6 on GitHub? Actions

Fixes ticket:3616

Note: See TracTickets for help on using tickets.