Content-Length: 213419 | pFad | http://github.com/TheAlgorithms/JavaScript/actions/runs/15229547412/workflow

BF feat: add distinctPowers function with test cases (Problem029) · TheAlgorithms/JavaScript@47e3ef4 · GitHub
Skip to content

feat: Add algorithm and tests for Project Euler Problem 29 (Distinct Powers) #386

feat: Add algorithm and tests for Project Euler Problem 29 (Distinct Powers)

feat: Add algorithm and tests for Project Euler Problem 29 (Distinct Powers) #386

---
name: UploadCoverageReport
'on':
workflow_dispatch:
push:
branches:
- master
pull_request:
env:
REPORT_PATH: "coverage/coverage-final.json"
jobs:
UploadCoverageReport:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Generate coverage report
run: npm test -- --coverage
- name: Upload coverage to codecov (tokenless)
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
uses: codecov/codecov-action@v4
with:
files: "${{ env.REPORT_PATH }}"
fail_ci_if_error: true
- name: Upload coverage to codecov (with token)
if: "! github.event.pull_request.head.repo.fork "
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: "${{ env.REPORT_PATH }}"
fail_ci_if_error: true
...








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/TheAlgorithms/JavaScript/actions/runs/15229547412/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy