File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 test :
11- name : Tests & Coverage
11+ name : test
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
3434 run : |
3535 pdm run pytest --cov=fitbit_client --cov-report=xml:coverage.xml
3636
37- - name : Upload coverage reports to Codecov
37+ - name : Upload coverage to Codecov
3838 uses : codecov/codecov-action@v5
3939 with :
4040 token : ${{ secrets.CODECOV_TOKEN }}
41- slug : jpstroop/fitbit-client-python
41+ files : ./coverage.xml
42+ fail_ci_if_error : false
43+ name : codecov-umbrella
44+ verbose : true
Original file line number Diff line number Diff line change 11codecov :
22 require_ci_to_pass : yes
33 strict_yaml_branch : main
4+ notify :
5+ wait_for_ci : yes
6+ after_n_builds : 1
47
58coverage :
69 precision : 2
@@ -14,21 +17,25 @@ coverage:
1417 base : auto
1518 branches :
1619 - main
17- if_not_found : failure
20+ if_not_found : success
1821 if_ci_failed : error
1922 informational : false
2023 only_pulls : false
24+ paths :
25+ - " fitbit_client/"
2126 patch :
2227 default :
2328 target : 100%
2429 threshold : 0%
2530 base : auto
2631 branches :
2732 - main
28- if_not_found : failure
33+ if_not_found : success
2934 if_ci_failed : error
3035 informational : false
3136 only_pulls : false
37+ paths :
38+ - " fitbit_client/"
3239
3340parsers :
3441 gcov :
You can’t perform that action at this time.
0 commit comments