Skip to content

Commit

Permalink
use env (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunk031 authored Mar 2, 2024
1 parent d335a8a commit 79f9651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
# directory: ./coverage/kcov-merged
files: ./coverage/kcov-merged/cobertura.xml
env_vars: OS,SYSTEM
Expand Down

2 comments on commit 79f9651

@shunk031
Copy link
Owner Author

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'MacOS benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 79f9651 Previous: d335a8a Ratio
zsh average startup time 0.874 Second 0.466 Second 1.88
zsh initial startup time 53.69 Second 2.44 Second 22.00

This comment was automatically generated by workflow using github-action-benchmark.

CC: @shunk031

@shunk031
Copy link
Owner Author

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'MacOS benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 79f9651 Previous: 3c9dd2c Ratio
zsh initial startup time 1.56 Second 0.95 Second 1.64

This comment was automatically generated by workflow using github-action-benchmark.

CC: @shunk031

Please sign in to comment.