Skip to content

Commit

Permalink
feat(lcov) fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Jan 12, 2024
1 parent 6effce6 commit 2c5485e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions __tests__/__snapshots__/lcov.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
exports[`lcov report coverage report from facebook/jest test results matches snapshot 1`] = `
TestRunResult {
"path": "fixtures/lcov.info",
"suites": Array [
"suites": [
TestSuiteResult {
"groups": Array [
"groups": [
TestGroupResult {
"name": "src/services/notifier/NotifierService.js",
"tests": Array [
Object {
"tests": [
{
"name": "lines 100% (21/21)",
"result": "success",
"time": 0,
},
Object {
{
"name": "functions 100% (10/10)",
"result": "success",
"time": 0,
},
Object {
{
"name": "branches 50% (3/6)",
"result": "failed",
"time": 0,
Expand All @@ -31,21 +31,21 @@ TestRunResult {
"totalTime": undefined,
},
TestSuiteResult {
"groups": Array [
"groups": [
TestGroupResult {
"name": "src/services/notifier/providers/DiscordNotifierProvider.js",
"tests": Array [
Object {
"tests": [
{
"name": "lines 100% (17/17)",
"result": "success",
"time": 0,
},
Object {
{
"name": "functions 100% (3/3)",
"result": "success",
"time": 0,
},
Object {
{
"name": "branches 75% (3/4)",
"result": "failed",
"time": 0,
Expand Down

0 comments on commit 2c5485e

Please sign in to comment.