mirror of
				https://github.com/avelino/awesome-go.git
				synced 2025-10-30 23:17:40 -04:00 
			
		
		
		
	Update COVERAGE.md
This commit is contained in:
		
							parent
							
								
									ac2095aabf
								
							
						
					
					
						commit
						20a6884eaf
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -7,9 +7,9 @@ generate a code coverage report without one of those services.
 | 
			
		|||
 | 
			
		||||
This yaml file will run tests on multiple system configurations, but will produce
 | 
			
		||||
a code coverage report on only one of those. It will then create a code coverage badge
 | 
			
		||||
and add it to the Readme file.
 | 
			
		||||
and add it to the README file.
 | 
			
		||||
 | 
			
		||||
This file should be put in the .github/workflows directory of your repo. 
 | 
			
		||||
This file should be put in the `.github/workflows` directory of your repo. 
 | 
			
		||||
 | 
			
		||||
```yaml
 | 
			
		||||
name: Go  # The name of the workflow that will appear on Github
 | 
			
		||||
| 
						 | 
				
			
			@ -68,4 +68,4 @@ jobs:
 | 
			
		|||
        github_token: ${{ github.token }}
 | 
			
		||||
        branch: ${{ github.ref }}
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
```
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue