Skip to content

Commit b555d59

Browse files
committed
docs: various cleanups
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent 230d6a4 commit b555d59

File tree

6 files changed

+30
-158
lines changed

6 files changed

+30
-158
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body:
4848
- type: textarea
4949
attributes:
5050
label: System
51-
description: Output of `bunx --yes envinfo --system`.
51+
description: Output of `npx --yes envinfo --system`.
5252
- type: textarea
5353
attributes:
5454
label: Attachments

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ jobs:
4545
if: ${{ matrix.os == 'ubuntu-latest' && matrix.deno == 'v1.x' }}
4646
run: deno task coverage
4747

48-
# - name: Check for SonarCloud Token Availability
49-
# id: sonar-token
50-
# shell: bash
51-
# run: |
52-
# if [ "${{ secrets.SONAR_TOKEN }}" != '' ]; then
53-
# echo "available=true" >> $GITHUB_OUTPUT;
54-
# else
55-
# echo "available=false" >> $GITHUB_OUTPUT;
56-
# fi
57-
58-
# - name: SonarCloud Code Analysis
59-
# if: ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier-deno' && matrix.os == 'ubuntu-latest' && matrix.deno == 'v1.x' }}
60-
# uses: sonarsource/sonarcloud-github-action@v2.0.2
61-
# env:
62-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
48+
- name: Check for SonarCloud Token Availability
49+
id: sonar-token
50+
shell: bash
51+
run: |
52+
if [ "${{ secrets.SONAR_TOKEN }}" != '' ]; then
53+
echo "available=true" >> $GITHUB_OUTPUT;
54+
else
55+
echo "available=false" >> $GITHUB_OUTPUT;
56+
fi
57+
58+
- name: SonarCloud Code Analysis
59+
if: ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier-deno' && matrix.os == 'ubuntu-latest' && matrix.deno == 'v1.x' }}
60+
uses: sonarsource/sonarcloud-github-action@v2.0.2
61+
env:
62+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/generate-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# bun run typedoc
2121

2222
# - name: Commit files
23-
# if: github.repository == 'poolifier/poolifier-bun' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
23+
# if: github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
2424
# env:
2525
# COMMIT_MESSAGE: 'docs: generate documentation'
2626
# COMMIT_AUTHOR: Documentation Bot
@@ -33,7 +33,7 @@
3333
# git commit -a -m "${{ env.COMMIT_MESSAGE }}"
3434

3535
# - name: Push changes
36-
# if: github.repository == 'poolifier/poolifier-bun' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
36+
# if: github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'
3737
# uses: CasperWA/push-protected@v2
3838
# with:
3939
# token: ${{ secrets.GH_TOKEN_PROTECTED }}

.github/workflows/publish-package.yml

Lines changed: 0 additions & 131 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,24 @@
88

99
</div>
1010

11-
<!-- <div align="center">
11+
<div align="center">
12+
13+
<!-- [![GitHub commit activity (master)](https://img.shields.io/github/commit-activity/m/poolifier/poolifier/master?color=brightgreen&logo=github)](https://github.com/poolifier/poolifier/graphs/commit-activity)
14+
[![Weekly Downloads](https://badgen.net/npm/dw/poolifier?icon=npm)](https://www.npmjs.com/package/poolifier) -->
1215

13-
[![GitHub commit activity (master)](https://img.shields.io/github/commit-activity/m/poolifier/poolifier/master?color=brightgreen&logo=github)](https://github.com/poolifier/poolifier/graphs/commit-activity)
14-
[![Weekly Downloads](https://badgen.net/npm/dw/poolifier?icon=npm)](https://www.npmjs.com/package/poolifier)
1516
[![CI Workflow](https://github.com/poolifier/poolifier/actions/workflows/ci.yml/badge.svg)](https://github.com/poolifier/poolifier/actions/workflows/ci.yml)
16-
[![Code Coverage](https://sonarcloud.io/api/project_badges/measure?project=pioardi_poolifier&metric=coverage)](https://sonarcloud.io/dashboard?id=pioardi_poolifier)
17-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pioardi_poolifier&metric=alert_status)](https://sonarcloud.io/dashboard?id=pioardi_poolifier)
17+
18+
<!-- [![Code Coverage](https://sonarcloud.io/api/project_badges/measure?project=pioardi_poolifier&metric=coverage)](https://sonarcloud.io/dashboard?id=pioardi_poolifier)
19+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pioardi_poolifier&metric=alert_status)](https://sonarcloud.io/dashboard?id=pioardi_poolifier) -->
20+
1821
[![Javascript Standard Style Guide](<https://badgen.net/static/code style/standard/green>)](https://standardjs.com)
1922
[![Discord](https://badgen.net/discord/online-members/vXxZhyb3b6?icon=discord&label=discord&color=green)](https://discord.gg/vXxZhyb3b6)
2023
[![Open Collective](https://opencollective.com/poolifier/tiers/badge.svg)](https://opencollective.com/poolifier)
2124
[![PRs Welcome](https://badgen.net/static/PRs/welcome/green)](http://makeapullrequest.com)
22-
[![No Dependencies](<https://badgen.net/static/dependencies/no dependencies/green>)](<https://badgen.net/static/dependencies/no dependencies/green>)
25+
[![No Dependencies](<https://badgen.net/static/dependencies/no dependencies/green>)](https://badgen.net/static/dependencies/no
26+
dependencies/green)
2327

24-
</div> -->
28+
</div>
2529

2630
## Why Poolifier?
2731

benchmarks/benchmarks-utils.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export const runPoolifierPoolBenchmark = async (
8585
for (
8686
const measurement of [
8787
Measurements.runTime,
88-
Measurements.elu,
8988
]
9089
) {
9190
suite.add(

0 commit comments

Comments
 (0)