File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4949 - name : Upload code coverage
5050 uses : codecov/codecov-action@v4
5151 with :
52- fail_ci_if_error : true
52+ # Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
53+ fail_ci_if_error : false
5354 token : ${{ secrets.CODECOV_TOKEN }}
5455concurrency :
5556 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ describe('APNS', () => {
406406 expect ( updatedTopic ) . toEqual ( topic + '.complication' ) ;
407407 } ) ;
408408
409- it ( 'updates topic based on complication pushType' , async ( ) => {
409+ it ( 'updates topic based on fileprovider pushType' , async ( ) => {
410410 const topic = 'bundleId' ;
411411 const pushType = 'fileprovider' ;
412412 const updatedTopic = APNS . _determineTopic ( topic , pushType ) ;
You can’t perform that action at this time.
0 commit comments