Skip to content

Commit

Permalink
Allow uploading of .coverage file (oppia#20932)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintab95 committed Sep 4, 2024
1 parent ce05db8 commit 93b0c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ format('backend_test_coverage_shard_{0}', matrix.shard) }}
include-hidden-files: true
path: .coverage
retention-days: 1
check_combined_coverage:
Expand Down

0 comments on commit 93b0c7a

Please sign in to comment.