Skip to content

Commit

Permalink
twisted#12269 bump codecov & codspeed (twisted#12270)
Browse files Browse the repository at this point in the history
  • Loading branch information
twm authored Jul 28, 2024
2 parents 20cc88c + 6beab96 commit 78649d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
path: .coverage-job-*

- name: Publish to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: ${{ !cancelled() && !matrix['skip-coverage'] }}
with:
files: coverage.xml
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
python -m pip install . pytest pytest-codspeed pytest-cov pytest-benchmark
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
# codspeed runs this command under a CPU emulator, so it's super-slow,
Expand All @@ -415,7 +415,7 @@ jobs:
benchmarks
- name: Publish benchmarks coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: ${{ !cancelled() && !matrix['skip-coverage'] }}
with:
files: coverage.xml
Expand Down
1 change: 1 addition & 0 deletions src/twisted/newsfragments/12669.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump versions of CodSpeed and CodeCov GH actions using deprecated Node.js.

0 comments on commit 78649d4

Please sign in to comment.