Skip to content

Commit 6ddd636

Browse files
committed
chore: fixed automatic tests with github automatisation
1 parent ea26c37 commit 6ddd636

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
run: ls -l coverage.xml || { echo "coverage.xml not found!"; exit 1; }
3030

3131
- name: Upload coverage report
32-
uses: codecov/codecov-action@v3
32+
uses: codecov/codecov-action@v5
3333
with:
34-
file: ./coverage.xml
34+
token: ${{ secrets.CODECOV_TOKEN }}
35+
slug: MarkusPic/intensity_duration_frequency_analysis
36+
#file: ./coverage.xml
3537
fail_ci_if_error: true

0 commit comments

Comments
 (0)