Skip to content

Commit 86104cd

Browse files
committed
Minor change
1 parent b87f1aa commit 86104cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ jobs:
203203
- name: Show Full Numba Environment
204204
run: python -m numba -s
205205
shell: bash
206+
- name: Erase Any Coverage Data Files
207+
run: coverage erase
208+
shell: bash
206209
- uses: actions/download-artifact@v4
207210
with:
208211
pattern: coverage-data-*

0 commit comments

Comments
 (0)