Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ios scenario numbers #1287

Merged
merged 5 commits into from
Nov 2, 2020
Merged

feat: ios scenario numbers #1287

merged 5 commits into from
Nov 2, 2020

Conversation

Sloox
Copy link
Contributor

@Sloox Sloox commented Oct 29, 2020

Fixes #1196

Checklist

  • Documented
  • Unit tested

@Sloox Sloox added the New Option Used to track PR with new configuration option (useful when updating fladle) label Oct 29, 2020
@Sloox Sloox self-assigned this Oct 29, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2020

Timestamp: 2020-10-30 12:25:37
Buildscan url for ubuntu-workflow run 337636162
https://gradle.com/s/jidharqbk6adk

@codecov-io
Copy link

codecov-io commented Oct 29, 2020

Codecov Report

Merging #1287 into master will increase coverage by 0.00%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1287   +/-   ##
=========================================
  Coverage     79.65%   79.66%           
  Complexity      724      724           
=========================================
  Files           235      235           
  Lines          4498     4505    +7     
  Branches        773      777    +4     
=========================================
+ Hits           3583     3589    +6     
  Misses          515      515           
- Partials        400      401    +1     

@Sloox Sloox requested a review from piotradamczyk5 October 30, 2020 08:39
@Sloox Sloox marked this pull request as ready for review October 30, 2020 08:39
@Sloox Sloox requested a review from piotradamczyk5 October 30, 2020 12:21
@mergify
Copy link

mergify bot commented Oct 30, 2020

Title does not follow the guidelines of Conventional Commits.
Please adjust title before merge and use one of following prefix:

  • build - Changes that affect the build system or external dependencies (dependencies update)
  • ci - Changes to our CI configuration files and scripts (basically directory .github/workflows)
  • docs - Documentation only changes
  • feat - A new feature
  • fix - A bug fix
  • chore - Changes which does not touch the code (ex. manual update of release notes). It will not generate release notes changes
  • refactor - A code change that contains refactor
  • style - Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test - Adding missing tests or correcting existing tests and also changes for our test app
  • perf - A code change that improves performance (I do not think we will use it)

@Sloox Sloox changed the title #1196 ios scenario numbers feat: ios scenario numbers Oct 30, 2020
@mergify mergify bot merged commit 33a01d4 into master Nov 2, 2020
@mergify mergify bot deleted the #1196-ios-scenario-numbers branch November 2, 2020 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Option Used to track PR with new configuration option (useful when updating fladle)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS | Add --scenario-numbers
4 participants