We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea26c37 commit 6ddd636Copy full SHA for 6ddd636
.github/workflows/tests.yaml
@@ -29,7 +29,9 @@ jobs:
29
run: ls -l coverage.xml || { echo "coverage.xml not found!"; exit 1; }
30
31
- name: Upload coverage report
32
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
33
with:
34
- file: ./coverage.xml
+ token: ${{ secrets.CODECOV_TOKEN }}
35
+ slug: MarkusPic/intensity_duration_frequency_analysis
36
+ #file: ./coverage.xml
37
fail_ci_if_error: true
0 commit comments