Skip to content

Commit

Permalink
Merge pull request #3702 from MicrosoftDocs/repo_sync_working_branch
Browse files Browse the repository at this point in the history
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-devops-docs (branch master)
  • Loading branch information
Taojunshen authored Sep 14, 2021
2 parents cf9afcb + 0e863f5 commit 07097cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/pipelines/ecosystems/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ To publish the results, use the [Publish Test Results](../tasks/test/publish-tes
condition: succeededOrFailed()
inputs:
testRunner: JUnit
testResultsFiles: '**/TEST-RESULTS.xml'
testResultsFiles: '**/test-results.xml'
```

### Publish code coverage results
Expand Down
5 changes: 2 additions & 3 deletions docs/report/powerbi/sample-test-analytics-test-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ Specifically, you'll find sample queries for the following reports:

```
let
Source = OData.Feed (""
in
Source
Source = OData.Feed ("https://analytics.dev.azure.com/{organization}/{project}/_odata/v4.0-preview/TestResultsDaily?
$apply=filter("
&"Pipeline/PipelineName eq '{pipelineName}' "
&"And Date/Date ge {startdate} "
&"And Workflow eq 'Build' "
Expand Down

0 comments on commit 07097cf

Please sign in to comment.