Skip to content

Commit 53e7669

Browse files
authored
chore: add missing coverage flags (#3042)
1 parent 0e20451 commit 53e7669

File tree

43 files changed

+610
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+610
-246
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -275,18 +275,6 @@ jobs:
275275
with:
276276
name: tests-coverage-cache-${{ github.run_number }}-24
277277
path: .
278-
# Note: see comment in the compile job
279-
- name: Set base and head commits
280-
run: |
281-
if [ "${{github.event_name}}" == "push" ]; then
282-
echo "NX_BASE=origin/main~1" >> "$GITHUB_ENV"
283-
echo "NX_HEAD=origin/main" >> "$GITHUB_ENV"
284-
else
285-
echo "NX_BASE=origin/main" >> "$GITHUB_ENV"
286-
echo "NX_HEAD=HEAD" >> "$GITHUB_ENV"
287-
fi
288-
- name: Merge coverage (Delta)
289-
run: npm run test-merge-coverage:ci:affected
290278
- name: Report Coverage with Flags
291279
run: node ./scripts/codecov-upload-flags.mjs ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.head.label }}
292280

0 commit comments

Comments
 (0)