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

Migrate tox to nox #673

Merged
merged 4 commits into from
Aug 3, 2022
Merged

Migrate tox to nox #673

merged 4 commits into from
Aug 3, 2022

Conversation

bhirsz
Copy link
Member

@bhirsz bhirsz commented Jul 31, 2022

Closes #670

@bhirsz bhirsz requested a review from mnojek as a code owner July 31, 2022 15:54
@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2022

Codecov Report

Merging #673 (360d9e4) into master (c3fd9c1) will increase coverage by 0.33%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #673      +/-   ##
==========================================
+ Coverage   97.47%   97.80%   +0.33%     
==========================================
  Files          23       23              
  Lines        2809     2830      +21     
==========================================
+ Hits         2738     2768      +30     
+ Misses         71       62       -9     
Impacted Files Coverage Δ
robocop/config.py 93.11% <0.00%> (+0.15%) ⬆️
robocop/checkers/spacing.py 99.37% <0.00%> (+0.31%) ⬆️
robocop/checkers/naming.py 99.53% <0.00%> (+0.46%) ⬆️
robocop/checkers/errors.py 97.09% <0.00%> (+0.58%) ⬆️
robocop/checkers/duplications.py 99.28% <0.00%> (+0.71%) ⬆️
robocop/checkers/misc.py 100.00% <0.00%> (+0.86%) ⬆️
robocop/run.py 91.17% <0.00%> (+1.17%) ⬆️
robocop/checkers/lengths.py 100.00% <0.00%> (+1.19%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c3fd9c1...360d9e4. Read the comment docs.

CONTRIBUTING.rst Outdated Show resolved Hide resolved
CONTRIBUTING.rst Outdated Show resolved Hide resolved
CONTRIBUTING.rst Outdated Show resolved Hide resolved
CONTRIBUTING.rst Outdated Show resolved Hide resolved
noxfile.py Outdated Show resolved Hide resolved
Co-authored-by: Mateusz Nojek <matnojek@gmail.com>
@bhirsz bhirsz merged commit 111b1f7 into master Aug 3, 2022
@bhirsz bhirsz deleted the from_tox_to_nox branch August 3, 2022 11:46
bhirsz added a commit that referenced this pull request Aug 12, 2022
* Migrate tox to nox

* Update documentation fo tox->nox migration

* Apply suggestions from code review

Co-authored-by: Mateusz Nojek <matnojek@gmail.com>

Co-authored-by: Mateusz Nojek <matnojek@gmail.com>
bhirsz added a commit that referenced this pull request Aug 24, 2022
* Allow to configure rule severity depending on parameter value

* Apply suggestions from code review

Co-authored-by: Mateusz Nojek <matnojek@gmail.com>

* Migrate tox to nox (#673)

* Migrate tox to nox

* Update documentation fo tox->nox migration

* Apply suggestions from code review

Co-authored-by: Mateusz Nojek <matnojek@gmail.com>

Co-authored-by: Mateusz Nojek <matnojek@gmail.com>

* Remove benchmark tests & de-schedule sarif job (#676)

* Remove benchmark tests

* Do not schedule upload sarif job

* Remove benchmark plugin from dependencies

* Remove tests

* Update docs/rule_severity_thresholds.rst

Co-authored-by: Mateusz Nojek <matnojek@gmail.com>

Co-authored-by: Mateusz Nojek <matnojek@gmail.com>
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.

Migrate tox to nox
3 participants