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

06 added Substitution Cipher and its test · TheAlgorithms/JavaScript@c4035de · GitHub
Skip to content

feat: add Substitution Cipher algorithm and tests #380

feat: add Substitution Cipher algorithm and tests

feat: add Substitution Cipher algorithm and tests #380

---
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/14256415156/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy