feat: Use new Codecov uploader

This commit is contained in:
Tom Hu 2021-06-24 10:50:37 -04:00
parent b215992d02
commit 635d4e88ad
No known key found for this signature in database
GPG key ID: F7E832BD316D5603
21 changed files with 45214 additions and 3633 deletions

View file

@ -1,4 +1,4 @@
import Coverage from "./coverage";
import Coverage from './coverage';
test('test uncovered if', () => {
const coverageObj = new Coverage();