Closed seankimkdy closed 4 months ago
304 tests 304 :white_check_mark: 7s :stopwatch: 48 suites 0 :zzz: 1 files 0 :x:
Results for commit 8bfa47c7.
For the detailed report, please go to Checks tab
, click Build and Test
, and then download unit_test_coverage
artifact at the bottom of build page.
The coverage result does not include the functional test results.
I updated our workflows to not run "Build and Test" and "Functional Test Approvals" for PRs that only change some files. The current reasoning behind each (listed under
paths-ignore
in the diff) is as follows..devcontainer/
: Not used in any of the build process, though this may change with #187.githooks/
: same as abovedocs/
: same as above (and already existed before this PR)**.md
: excludes files such as README, CONTRIBUTING, CODE-OF-CONDUCT**.rst
: not sure if this isn't covered anywhere thatdocs/
doesn't cover since we don't use RST outside of docs but just as a safe measureResolves #259. @smcclure20 let me know your thoughts.