Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 681 Bytes

IRIS-HEP Spark Query Server

This service provides a scalable back end to columnar analysis of high energy physics data.

Build Status codecov

How to Test

We use unittest to verify the system. Run the tests as

python3 -m unittest

Verify Code Coverage

To verify that the unit tests are covering most of the code, run a coverage report with

coverage run -m unittest
coverage report