Skip to content

Commit

Permalink
Revert "Defining version of coverallsapp"
Browse files Browse the repository at this point in the history
This reverts commit f716859.
  • Loading branch information
akinsola-guardian committed Apr 27, 2023
1 parent f716859 commit 845b7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
test-script: yarn test:unit

- name: Report coverage
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

2 comments on commit 845b7b4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

❌ An unexpected error occurred. For more details, check console

Error: The process '/usr/local/bin/yarn' failed with exit code 1
St.
Category Percentage Covered / Total
🟢 Statements 92.12% 222/241
🟢 Branches 85.44% 88/103
🟢 Functions 88.71% 55/62
🟢 Lines 91.81% 213/232

Test suite run failed

Failed tests: 1/327. Failed suites: 1/15.
  ● the vendor ids used must be a subset of those known by the IAB as our vendors

    expect(received).toStrictEqual(expected) // deep equality

    - Expected  - 1
    + Received  + 3

    - Array []
    + Array [
    +   "5e7e1298b8e05c54a85c52d2",
    + ]

      21 | 	);
      22 |
    > 23 | 	expect(missingVendorIds).toStrictEqual([]);
         | 	                         ^
      24 | });
      25 |

      at Object.<anonymous> (src/vendors.test.js:23:27)

Report generated by 🧪jest coverage report action from 845b7b4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

❌ An unexpected error occurred. For more details, check console

Error: The process '/usr/local/bin/yarn' failed with exit code 1
St.
Category Percentage Covered / Total
🟢 Statements 92.12% 222/241
🟢 Branches 85.44% 88/103
🟢 Functions 88.71% 55/62
🟢 Lines 91.81% 213/232

Test suite run failed

Failed tests: 1/327. Failed suites: 1/15.
  ● the vendor ids used must be a subset of those known by the IAB as our vendors

    expect(received).toStrictEqual(expected) // deep equality

    - Expected  - 1
    + Received  + 3

    - Array []
    + Array [
    +   "5e7e1298b8e05c54a85c52d2",
    + ]

      21 | 	);
      22 |
    > 23 | 	expect(missingVendorIds).toStrictEqual([]);
         | 	                         ^
      24 | });
      25 |

      at Object.<anonymous> (src/vendors.test.js:23:27)

Report generated by 🧪jest coverage report action from 845b7b4

Please sign in to comment.