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

fix: Add additional index to matrix when multiple test runs #1261

Merged
merged 3 commits into from
Oct 22, 2020

Conversation

adamfilipow92
Copy link
Contributor

@adamfilipow92 adamfilipow92 commented Oct 21, 2020

Fixes #1258

Test Plan

How do we know the code works?

  1. When num-test-runs set Flank should add to the matrix directory name _$index on end.
  2. When num-test-runs not set directory name shouldn't contain an additional index.

@codecov-io
Copy link

codecov-io commented Oct 21, 2020

Codecov Report

Merging #1261 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1261   +/-   ##
=========================================
  Coverage     79.65%   79.66%           
  Complexity      715      715           
=========================================
  Files           233      233           
  Lines          4399     4401    +2     
  Branches        756      757    +1     
=========================================
+ Hits           3504     3506    +2     
  Misses          496      496           
  Partials        399      399           

@pawelpasterz pawelpasterz self-assigned this Oct 22, 2020
@adamfilipow92 adamfilipow92 marked this pull request as ready for review October 22, 2020 10:24
@adamfilipow92 adamfilipow92 marked this pull request as draft October 22, 2020 11:11
@adamfilipow92
Copy link
Contributor Author

After a call with @pawelpasterz, we want to add some tests, so I convert it to draft

@adamfilipow92 adamfilipow92 marked this pull request as ready for review October 22, 2020 13:07
@piotradamczyk5 piotradamczyk5 self-requested a review October 22, 2020 15:11
@bootstraponline bootstraponline force-pushed the 1258-fix-indexing-matrices-on-multiple-tests-run branch from 2333568 to 8817552 Compare October 22, 2020 15:11
@mergify mergify bot merged commit 2726065 into master Oct 22, 2020
@mergify mergify bot deleted the 1258-fix-indexing-matrices-on-multiple-tests-run branch October 22, 2020 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple test runs overwrite artifacts stored in GCS
5 participants