Compare commits
	
		
			2 Commits 
		
	
	
		
			73c3a69390
			...
			7b3ba74b25
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | 7b3ba74b25 | |
|  | f0bfc92295 | 
|  | @ -22,7 +22,7 @@ jobs: | |||
|       run: make build | ||||
|     - name: Test | ||||
|       run: make test-with-coverage | ||||
|     # - uses: codecov/codecov-action@v1 | ||||
|     #   with: | ||||
|     #     token: ${{ secrets.CODECOV_TOKEN }} | ||||
|     #     files: coverage.out | ||||
|     - uses: codecov/codecov-action@v1 | ||||
|       with: | ||||
|         token: ${{ secrets.CODECOV_TOKEN }} | ||||
|         files: coverage.out | ||||
|  |  | |||
|  | @ -1,4 +1,3 @@ | |||
| codecov: | ||||
|   require_ci_to_pass: no | ||||
| 
 | ||||
| comment: false | ||||
| github_checks: | ||||
|   annotations: false | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue