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

Allow the list() function #1065

Merged
merged 1 commit into from
Dec 3, 2020
Merged

Allow the list() function #1065

merged 1 commit into from
Dec 3, 2020

Conversation

anthony-c-martin
Copy link
Member

Closes #982

@codecov-io
Copy link

codecov-io commented Dec 3, 2020

Codecov Report

Merging #1065 (727f482) into main (38d6704) will increase coverage by 0.56%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1065      +/-   ##
==========================================
+ Coverage   94.26%   94.82%   +0.56%     
==========================================
  Files         328      324       -4     
  Lines       15811    15704     -107     
  Branches       12        0      -12     
==========================================
- Hits        14904    14892      -12     
+ Misses        907      812      -95     
Flag Coverage Δ
dotnet 94.82% <100.00%> (+<0.01%) ⬆️
typescript ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Bicep.Core.IntegrationTests/ScenarioTests.cs 100.00% <100.00%> (ø)
...rc/Bicep.Core.UnitTests/Utils/CompilationHelper.cs 100.00% <100.00%> (ø)
...cep.Core/Semantics/Namespaces/AzNamespaceSymbol.cs 100.00% <100.00%> (ø)
src/vscode-bicep/src/utils/telemetry.ts
src/vscode-bicep/src/language/client.ts
src/vscode-bicep/src/extension.ts
src/vscode-bicep/src/utils/logger.ts

@anthony-c-martin anthony-c-martin merged commit 53e577c into main Dec 3, 2020
@anthony-c-martin anthony-c-martin deleted the antmarti/list branch December 3, 2020 23:07
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.

ARM template function list is not supported.
3 participants