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

fix: add null as extra instead of detail #56

Merged
merged 1 commit into from
Apr 22, 2022
Merged

fix: add null as extra instead of detail #56

merged 1 commit into from
Apr 22, 2022

Conversation

jdbruijn
Copy link
Member

null should always have been an extra, but was not due to it being marked as an object type in JS/TS.

`null` should always have been an extra, but was not due to it being marked as an `object` type in JS/TS.
@codecov
Copy link

codecov bot commented Apr 22, 2022

Codecov Report

Merging #56 (c70b484) into main (8656303) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main      #56   +/-   ##
=======================================
  Coverage   66.66%   66.66%           
=======================================
  Files           7        7           
  Lines         183      183           
  Branches       32       32           
=======================================
  Hits          122      122           
- Misses         53       54    +1     
+ Partials        8        7    -1     
Impacted Files Coverage Δ
src/formatter/extras.ts 93.02% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8656303...c70b484. Read the comment docs.

@jdbruijn jdbruijn merged commit 2533c01 into main Apr 22, 2022
@jdbruijn jdbruijn deleted the fix/null-detail branch April 22, 2022 08:10
ghost pushed a commit that referenced this pull request Apr 22, 2022
### [3.0.4](v3.0.3...v3.0.4) (2022-04-22)

### Bug Fixes

* add `null` as extra instead of detail ([#56](#56)) ([2533c01](2533c01))
@ghost
Copy link

ghost commented Apr 22, 2022

🎉 This PR is included in version 3.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released label Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant