Skip to content

MARP-620 Add release-drafter workflow (#24) #3

MARP-620 Add release-drafter workflow (#24)

MARP-620 Add release-drafter workflow (#24) #3

GitHub Actions / Test Results succeeded Aug 22, 2024 in 0s

All 17 tests pass in 18s

17 tests  ±0   17 ✅ ±0   18s ⏱️ -2s
 4 suites ±0    0 💤 ±0 
 4 files   ±0    0 ❌ ±0 

Results for commit bf05f71. ± Comparison against earlier commit 76ac789.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

17 tests found

There are 17 tests, see "Raw output" for the full list of tests.
Raw output
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetAirPollutionByGeoCode_ReturnsAirPollution(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetAirPollutionByGeoCode_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetForecastAirPollutionByGeoCode_ReturnsAirPollution(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetForecastAirPollutionByGeoCode_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetHistoricalAirPollutionByGeoCode_ReturnsAirPollution(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetHistoricalAirPollutionByGeoCode_ThrowsBpmExceptionCanNotGeo(BpmClient)
com.axonivy.connector.openweather.test.AirPollutionProcessTest ‑ testGetHistoricalAirPollutionByGeoCode_ThrowsBpmExceptionStartMoreThanEnd(BpmClient)
com.axonivy.connector.openweather.test.CurrentWeatherProcessTest ‑ testGetCurrentWeatherByGeoCode_ReturnsCurrentWeather(BpmClient)
com.axonivy.connector.openweather.test.CurrentWeatherProcessTest ‑ testGetCurrentWeatherByGeoCode_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.ForecastWeatherProcessTest ‑ testGetForecastByGeoCode_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.ForecastWeatherProcessTest ‑ testGetForecastWeatherByGeoCode_ReturnsForecast(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testGeocodingByName_ReturnsListOfGeoLocations(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testGeocodingByName_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testGeocodingByZip_ReturnsGeoLocation(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testGeocodingByZip_ThrowsBpmException(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testReverse_ReturnsListOfGeoLocations(BpmClient)
com.axonivy.connector.openweather.test.GeocodingLocationProcessTest ‑ testReverse_ThrowsBpmException(BpmClient)