Skip to content

Commit

Permalink
chore: change workflow (#1223)
Browse files Browse the repository at this point in the history
- another attempt
  • Loading branch information
leszek-vechain authored Sep 2, 2024
1 parent 705fe76 commit b86a81e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Unit tests
on:
workflow_call:

env:
GH_TOKEN: ${{ secrets.MY_TOKEN }}

jobs:
build:
name: Build & Lint
Expand Down

1 comment on commit b86a81e

@github-actions
Copy link

Choose a reason for hiding this comment

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

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.39% (3642/3664) 97.59% (974/998) 99.86% (734/735)
Title Tests Skipped Failures Errors Time
core 548 0 💤 0 ❌ 0 🔥 1m 25s ⏱️
network 686 0 💤 0 ❌ 0 🔥 3m 57s ⏱️
errors 43 0 💤 0 ❌ 0 🔥 14.705s ⏱️

Please sign in to comment.