Closed josmartin closed 1 year ago
Merging #61 (0c0f9a3) into master (cc108e7) will increase coverage by
0.00%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #61 +/- ##
=======================================
Coverage 49.66% 49.67%
=======================================
Files 326 326
Lines 46723 46723
=======================================
+ Hits 23207 23208 +1
+ Misses 23516 23515 -1
see 1 file with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Proposed changes
Modify testing code a little to allow
buildtool test
to trigger all tests (and thus use the github actionrun-build
to run the test action in github). For specific tests you can usebuildtool test('graphics')
to trigger the graphics tests, etc.Types of changes
What types of changes does your code introduce to FSDA? Put an
x
in the boxes that apply