codecov: slightly change the test features
- Remove default and minimal, as they are redundant - Use lexicographic order
This commit is contained in:
		
							parent
							
								
									1c4d47825b
								
							
						
					
					
						commit
						c3a7bbb3ff
					
				
							
								
								
									
										2
									
								
								.github/workflows/code_coverage.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/code_coverage.yml
									
									
									
									
										vendored
									
									
								
							| @ -38,7 +38,7 @@ jobs: | |||||||
|       - name: Install grcov |       - name: Install grcov | ||||||
|         run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi |         run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi | ||||||
|       - name: Test |       - name: Test | ||||||
|         run: cargo test --features default,minimal,all-keys,compact_filters,key-value-db,compiler,sqlite,sqlite-bundled,test-electrum,verify,test-rpc |         run: cargo test --features all-keys,compact_filters,compiler,key-value-db,sqlite,sqlite-bundled,test-electrum,test-rpc,verify | ||||||
|       - name: Run grcov |       - name: Run grcov | ||||||
|         run: mkdir coverage; grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '/*' -o ./coverage/lcov.info |         run: mkdir coverage; grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '/*' -o ./coverage/lcov.info | ||||||
|       - name: Generate HTML coverage report |       - name: Generate HTML coverage report | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user