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

Ci test #135

Merged
merged 3 commits into from
Aug 22, 2023
Merged

Ci test #135

merged 3 commits into from
Aug 22, 2023

Conversation

balajtimate
Copy link
Contributor

Description

Please include a summarized description of the change(s) and which issue(s)
this pull request addresses, if any. Please include relevant motivation and
context, unless already duly described in an associated issue or resource.
Make sure to list any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality
    to not work as expected)
  • Documentation update

Checklist

Please carefully read these items and tick them off if the statements are true
or do not apply.

  • I have performed a self-review of my own code
  • My code follows the existing coding style, lints and generates no new
    warnings
  • I have added type annotations to all function/method signatures, and I
    have added type annotations for any local variables that are non-trivial,
    potentially ambiguous or might otherwise benefit from explicit typing.
  • I have commented my code in hard-to-understand areas
  • I have added ["Google-style docstrings"] to all new modules, classes,
    methods/functions or updated previously existing ones
  • I have added tests that prove my fix is effective or that my feature
    works
  • New and existing unit tests pass locally with my changes and I have not
    reduced the code coverage relative to the previous state
  • I have updated any sections of the app's documentation that are affected
    by the proposed changes

If for some reason you are unable to tick off all boxes, please leave a
comment explaining the issue you are facing so that we can work on it
together.

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (9b8f4c5) 99.80% compared to head (39d0f02) 99.80%.

Additional details and impacted files
@@           Coverage Diff           @@
##           fix_ci     #135   +/-   ##
=======================================
  Coverage   99.80%   99.80%           
=======================================
  Files          12       12           
  Lines        1039     1039           
=======================================
  Hits         1037     1037           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@balajtimate balajtimate merged commit 02125c4 into fix_ci Aug 22, 2023
10 checks passed
@balajtimate balajtimate deleted the ci_test branch August 22, 2023 09:24
balajtimate added a commit that referenced this pull request Aug 22, 2023
* fix: add path_2_processed default to Args

* test: update ci ref on docker publish (#134)

Co-authored-by: Máté Balajti <[email protected]>

* Ci test (#135)

* test: update ci ref on docker publish

* test: update ci ref on docker publish

---------

Co-authored-by: Máté Balajti <[email protected]>

* test: update ci ref on docker publish  (#136)

* test: update ci ref on docker publish

* test: update ci ref on docker publish

---------

Co-authored-by: Máté Balajti <[email protected]>

* refactor: update CI

* refactor: add default to path_2_processed

---------

Co-authored-by: Máté Balajti <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant