Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.0.3 #827

Merged
merged 7 commits into from
Oct 22, 2023
Merged

V1.0.3 #827

merged 7 commits into from
Oct 22, 2023

Conversation

mxcl
Copy link
Member

@mxcl mxcl commented Oct 22, 2023

No description provided.

This because deno’s console %c colorizer always removes color codes if stdout is not a tty. This doesn't apply to us in these cases because we are outputting to stderr and that *is* a tty.

This is what happens when you are using a product that is mainly targeted at web-devs and not cli-devs.
@coveralls
Copy link

coveralls commented Oct 22, 2023

Pull Request Test Coverage Report for Build 6605276553

  • 40 of 46 (86.96%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.5%) to 97.311%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/utils/announce.ts 6 7 85.71%
src/modes/shellcode.ts 13 15 86.67%
src/parse-args.ts 2 5 40.0%
Totals Coverage Status
Change from base Build 6597663237: -0.5%
Covered Lines: 1384
Relevant Lines: 1414

💛 - Coveralls

Sync is quick if they have done it recently. Let’s see how this feels.

Rationale: We add new pkgs all the time.
@mxcl mxcl merged commit 1098716 into main Oct 22, 2023
17 checks passed
@mxcl mxcl deleted the v1.0.3 branch October 22, 2023 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants