Kaynağa Gözat

CI codecov action: replace deprecated "file" attribute with "files"

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Nicola Murino 7 ay önce
ebeveyn
işleme
b8a4ea50bd
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/development.yml

+ 1 - 1
.github/workflows/development.yml

@@ -50,7 +50,7 @@ jobs:
       - name: Upload coverage to Codecov
         uses: codecov/codecov-action@v5
         with:
-          file: ./coverage.txt
+          files: ./coverage.txt
           fail_ci_if_error: false
           token: ${{ secrets.CODECOV_TOKEN }}