slackapi / deno-slack-sdk

SDK for building Run on Slack apps using Deno
https://api.slack.com/automation
MIT License
158 stars 27 forks source link

parallel testing #209

Closed WilliamBergamin closed 1 year ago

WilliamBergamin commented 1 year ago

Summary

By including the --parallel flag in the task commands we can noticeably decrease the time it takes to execute the tests

We can also reduce the amount of text being printed out by the deno task coverage command by asking Deno to set the the test reporter to dot with the --reporter=dot flag

testing

Clone this branch and run the deno task test/converage commands

Requirements

codecov[bot] commented 1 year ago

Codecov Report

Merging #209 (1535063) into main (b152d14) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #209   +/-   ##
=======================================
  Coverage   99.24%   99.24%           
=======================================
  Files          56       56           
  Lines        2125     2125           
  Branches      136      136           
=======================================
  Hits         2109     2109           
  Misses         15       15           
  Partials        1        1           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more