Skip to content

Commit 95fc80d

Browse files
committed
fix: codecov
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent e2789aa commit 95fc80d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ updates:
1414
assignees:
1515
- "rustatian"
1616

17-
- package-ecosystem: "github-actions"
17+
- package-ecosystem: github-actions
1818
directory: "/"
1919
schedule:
2020
interval: daily

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,12 @@ jobs:
8989
- name: Download code coverage results
9090
uses: actions/download-artifact@v5
9191
- run: |
92-
cd coverage
9392
echo 'mode: atomic' > summary.txt
9493
tail -q -n +2 *.out >> summary.txt
9594
sed -i '2,${/roadrunner/!d}' summary.txt
9695
9796
- name: upload to codecov
9897
uses: codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
9998
with:
100-
files: ./coverage/summary.txt
99+
files: summary.txt
101100
fail_ci_if_error: false

0 commit comments

Comments
 (0)