File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4949 # subscriptions@julialang
5050 # Tell them that the +alias is +githubtestbot
5151 - uses : julia-actions/julia-processcoverage@v1
52- - uses : codecov/codecov-action@v1
52+ - uses : codecov/codecov-action@v5
5353 with :
54- file : lcov.info
54+ files : lcov.info
55+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -97,8 +97,10 @@ testuser = Owner(testsuite_username)
9797 else
9898 @test GitHub. check_membership (julweb, testuser; auth = auth)
9999 end
100-
101- @test ! GitHub. check_membership (" JuliaLang" , testuser; auth = auth, public_only= true )
100+
101+ # Some membership tests that only test public membership (and thus the tests don't require authentication)
102+ @test GitHub. check_membership (" JuliaLang" , Owner (" StefanKarpinski" ); auth = auth, public_only= true )
103+ @test ! GitHub. check_membership (" JuliaLang" , Owner (" julia-github-test-bot2" ); auth = auth, public_only= true )
102104
103105 @test GitHub. isorg (julweb)
104106 @test ! GitHub. isorg (testuser)
You can’t perform that action at this time.
0 commit comments