Skip to content

Commit

Permalink
Add coverage TIL
Browse files Browse the repository at this point in the history
  • Loading branch information
acdibble committed Apr 20, 2021
1 parent 9b4805b commit c88c243
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ others" and "this is something really annoying that took forever to find out and
I know I'll come across it again at some point so I want it committed for
posterity".

30 TILs and growing!
31 TILs and growing!

---

Expand Down Expand Up @@ -39,6 +39,7 @@ posterity".
### Elixir

- [Get last value in IEx](elixir/get-last-value-in-iex.md)
- [Test coverage](elixir/test-coverage.md)
- [Test setup](elixir/test-setup.md)
- [Turn on history in IEx](elixir/turn-on-history-in-iex.md)

Expand Down
5 changes: 5 additions & 0 deletions elixir/test-coverage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Test coverage

```shell
$ mix test --cover
```
2 changes: 1 addition & 1 deletion structure.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"C++":["Scoped enums"],"JavaScript":["File system flags in Node","Readline interface","Readline interface 2","Regular expression flags"],"shell":["List directories only","`mv` Tips and Tricks","Oh My Zsh Aliases","String manipulation","`which`"],"vim":["Ruler"],"WebAssembly":["Break statements","Global variables","Memory management","Tables"],"Rails":["Active record attributes","`select` vs `pluck`"],"PostgreSQL":["Filter clause"],"VS Code":["External terminal"],"Ruby":["`squeeze`"],"Linux":["Force quit hung ssh","Killing other ssh connections","U2F","Yubico Authenticator on Fedora"],"git":["Find file creation date","Set commit message editor"],"nginx":["Redirect requests to new domain"],"Elixir":["Get last value in IEx","Test setup","Turn on history in IEx"]}
{"C++":["Scoped enums"],"JavaScript":["File system flags in Node","Readline interface","Readline interface 2","Regular expression flags"],"shell":["List directories only","`mv` Tips and Tricks","Oh My Zsh Aliases","String manipulation","`which`"],"vim":["Ruler"],"WebAssembly":["Break statements","Global variables","Memory management","Tables"],"Rails":["Active record attributes","`select` vs `pluck`"],"PostgreSQL":["Filter clause"],"VS Code":["External terminal"],"Ruby":["`squeeze`"],"Linux":["Force quit hung ssh","Killing other ssh connections","U2F","Yubico Authenticator on Fedora"],"git":["Find file creation date","Set commit message editor"],"nginx":["Redirect requests to new domain"],"Elixir":["Get last value in IEx","Test coverage","Test setup","Turn on history in IEx"]}

0 comments on commit c88c243

Please sign in to comment.