chore: update publish_test_coverage job

This commit is contained in:
Stevan Freeborn
2023-02-21 21:40:56 -06:00
parent bc44ed3a7a
commit 5938f28603
+10
View File
@@ -113,11 +113,21 @@ jobs:
TEST_SURVEY_ID: ${{ vars.TEST_SURVEY_ID }}
TEST_SURVEY_RECORD_ID: ${{ vars.TEST_SURVEY_RECORD_ID }}
TEST_TEXT_FIELD: ${{ vars.TEST_TEXT_FIELD }}
- name: Upload test coverage artifact
uses: actions/upload-artifact@v3.1.2
with:
name: coverage
path: ./coverage
publish_test_coverage:
needs: test
name: publish_test_coverage
runs-on: ubuntu-latest
steps:
- name: Download test coverage artifact
uses: actions/download-artifact@v3.0.2
with:
name: coverage
path: ./coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with: