2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

always push coverage

This commit is contained in:
Matthias Mair
2024-04-09 22:46:57 +02:00
parent ec6315da65
commit dbbe2929d1

View File

@ -300,6 +300,7 @@ jobs:
parallel: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: inventree/InvenTree
@ -439,6 +440,7 @@ jobs:
git-branch: ${{ github.ref }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: inventree/InvenTree
@ -543,6 +545,7 @@ jobs:
parallel: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: inventree/InvenTree