Skip to content

dsp-testing/alona-code-coverage-bug-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Coverage Test

A test repository for validating the code coverage upload action.

Running tests

npm install
npm test

Tests are intentionally partial to produce interesting coverage reports:

  • src/calculator.js: ~30% covered (only add, subtract, multiply tested)
  • src/stringUtils.js: ~40% covered (only capitalize and reverseString tested)
  • src/arrayUtils.js: 0% covered (no tests)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors