()
| 398 | |
| 399 | #[test] |
| 400 | fn test_detect() { |
| 401 | with_var("GITHUB_ACTIONS", Some("true"), || { |
| 402 | assert!(GitHubActionsProvider::detect()); |
| 403 | }); |
| 404 | } |
| 405 | |
| 406 | #[test] |
| 407 | fn test_get_owner_and_repository() { |
nothing calls this directly
no outgoing calls
no test coverage detected