question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FR: Filter functions to emulate, write out rules coverage to file

See original GitHub issue

Right now there is no way to do only start the emulator with a subset of functions enabled instead of all. It requires a custom build or filter the exports ourself.

It’d be great if the firebase emulators:exec and firebase emulators:start would accept an argument like --functions a,b or maybe the same syntax as firebase deploy: --only functions:a,functions:b (this is what I was expecting at first)

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
samtsterncommented, Aug 20, 2020

@SamyPesse makes sense I actually end up in this situation a lot. Would it be useful for you if the emulator always wrote the rules coverage report to a file on exiting? Or do you prefer to have more control over when/where that happens?

0reactions
SamyPessecommented, Nov 19, 2020

@samtstern yes it’ll fix it 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating and Using Coverage Filters - MATLAB & Simulink
Coverage filters are stored in CVF files. Each filter consists of rules that exclude or justify certain model objects or individual coverage objective...
Read more >
The FILTER clause: Selective Aggregates - Modern SQL
The FILTER clause extends aggregate functions (SUM, AVG, COUNT, etc.) with an additional WHERE clause. Databases not supporting FILTER can use CASE within ......
Read more >
FILTER function - Microsoft Support
How to use the FILTER function in Excel to filter a range of data based on ... the formula =FILTER(A5:D20,C5:C20=H2,"") to return all...
Read more >
How to create your own ad filters - AdGuard Knowledgebase
The basic principle for this type of rules is quite simple: you have to specify ... AdGuard for Safari and iOS cannot properly...
Read more >
Coverage: Find unused JavaScript and CSS
The Coverage tab in Chrome DevTools can help you find unused JavaScript and CSS code. Removing unused code can speed up your page...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found