Skip to content

Commit

Permalink
Updated README.md with usage about coverage and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantdange committed Jul 31, 2023
1 parent aa3c2bb commit 32b61e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Easily connect your GitHub Actions CI workflows to [BuildPulse][buildpulse.io] t
reports2/**/junit.xml # support double globbing (if your github-hosted runner OS uses bash 4+)
key: ${{ secrets.BUILDPULSE_ACCESS_KEY_ID }}
secret: ${{ secrets.BUILDPULSE_SECRET_ACCESS_KEY }}
coverage-files: coverage/report.xml # IF PURCHASED
tags: e2e team1 staging # OPTIONAL
```
## Inputs
Expand Down

0 comments on commit 32b61e9

Please sign in to comment.