Skip to content

Update first example#17

Open
ederag wants to merge 1 commit intoSimonDanisch:masterfrom
ederag:patch-1
Open

Update first example#17
ederag wants to merge 1 commit intoSimonDanisch:masterfrom
ederag:patch-1

Conversation

@ederag
Copy link
Copy Markdown

@ederag ederag commented Jul 5, 2023

using Base.Test failed with
ERROR: UndefVarError: Test not defined

And number is enough and needed, otherwise:
ERROR: AbstractNumbers.number not implemented

This would fix #8

`using Base.Test` failed with
ERROR: UndefVarError: `Test` not defined

And `number` is enough and needed, otherwise:
ERROR: AbstractNumbers.number not implemented
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #17 (aa8dc20) into master (c8508a5) will decrease coverage by 0.11%.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   47.58%   47.47%   -0.11%     
==========================================
  Files           3        3              
  Lines         868      872       +4     
==========================================
+ Hits          413      414       +1     
- Misses        455      458       +3     

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

example needs to define number(x::MyNumber)

2 participants