JUnit test analysis doesn't report skipped tests

Certain JUnit XSDs permit the skipped attribute, but the CircleCI test metadata collector ignores this. For example, if I have 10 tests and skip 9, it still shows that 10 tests were run instead of 1.

Skipped tests should raise a red flag, but as it currently stands they may go unnoticed.