Skip to content

Commit

Permalink
update: applied review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
vickywane committed Jul 19, 2021
1 parent 915218c commit 6cfa5a7
Show file tree
Hide file tree
Showing 6 changed files with 31,306 additions and 743 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Jest coverage to Github Artifacts
- name: Upload combined test coverage to Github Artifacts
uses: actions/upload-artifact@v2
with:
name: Ambianic-PWA-Test-Artifact
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ cypress/videos/
cypress/screenshots/

# Test coverage reports
reports/
.nyc_output/
coverage/
reports/
jest-coverage/
cypress-coverage/
Loading

0 comments on commit 6cfa5a7

Please sign in to comment.