Skip to content

Commit d4bd2fc

Browse files
authored
fix: remove statistics repo (#2381)
* fix: remove statistics repo * chore: update cache chore: fix gha * chore: update stats * chore: remove test coverage chore: remove coveralsl in readme chore: remove coveralls from ci chore: uninstall coveralls * chore: add docs thanks clause lol
1 parent adc81ea commit d4bd2fc

File tree

18 files changed

+118
-1026
lines changed

18 files changed

+118
-1026
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: '18.x'
3535
- name: Cache Node.js modules
36-
uses: actions/cache@v2
36+
uses: actions/cache@v4
3737
with:
3838
# npm cache files are stored in `~/.npm` on Linux/macOS
3939
path: ~/.npm
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
node-version: '18.x'
5959
- name: Cache Node.js modules
60-
uses: actions/cache@v2
60+
uses: actions/cache@v4
6161
with:
6262
# npm cache files are stored in `~/.npm` on Linux/macOS
6363
path: ~/.npm
@@ -75,10 +75,6 @@ jobs:
7575
- run: npm run test
7676
env:
7777
NODE_OPTIONS: -r ${{ env.DD_TRACE_PACKAGE }}
78-
- name: Coveralls
79-
uses: coverallsapp/github-action@master
80-
with:
81-
github-token: ${{ secrets.GITHUB_TOKEN }}
8278
testcafe:
8379
name: End To End Tests
8480
runs-on: ubuntu-22.04
@@ -89,7 +85,7 @@ jobs:
8985
with:
9086
node-version: '18.x'
9187
- name: Cache Node.js modules
92-
uses: actions/cache@v2
88+
uses: actions/cache@v4
9389
with:
9490
# npm cache files are stored in `~/.npm` on Linux/macOS
9591
path: ~/.npm
@@ -118,7 +114,7 @@ jobs:
118114
with:
119115
node-version: '18.x'
120116
- name: Cache Node.js modules
121-
uses: actions/cache@v2
117+
uses: actions/cache@v4
122118
with:
123119
# npm cache files are stored in `~/.npm` on Linux/macOS
124120
path: ~/.npm
@@ -168,7 +164,7 @@ jobs:
168164
with:
169165
node-version: '18.x'
170166
- name: Cache Node.js modules
171-
uses: actions/cache@v2
167+
uses: actions/cache@v4
172168
with:
173169
# npm cache files are stored in `~/.npm` on Linux/macOS
174170
path: ~/.npm

README.md

Lines changed: 86 additions & 85 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)