marco-c / autowebcompat

Automatically detect web compatibility issues
Mozilla Public License 2.0
34 stars 41 forks source link

Add 400+ more labels #257

Closed amaaniqbal closed 6 years ago

amaaniqbal commented 6 years ago

This commit adds few more labelled examples.

amaaniqbal commented 6 years ago

Why my previous commits are coming again into newly created branch? Can anyone help me with this

codecov-io commented 6 years ago

Codecov Report

Merging #257 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #257   +/-   ##
=======================================
  Coverage   19.73%   19.73%           
=======================================
  Files          12       12           
  Lines        1520     1520           
  Branches      226      226           
=======================================
  Hits          300      300           
  Misses       1218     1218           
  Partials        2        2

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 5a41b9d...157670c. Read the comment docs.

rhcu commented 6 years ago

You need to rebase on top of master. You can do this with these commands: git fetch upstream git pull --rebase upstream master git push origin **YOUR-BRANCH-NAME** --force

Then, with git log you can see your branch history. If you want to remove/squash any commit from there, use git rebase -i HEAD~**NUMBER-OF-YOUR-COMMIT-FROM-TOP**.

Hope, this can help.

propr[bot] commented 6 years ago

Please provide your feedback on this pull request here.

Privacy statement: We don't store any personal information such as your email address or name. We ask for GitHub authentication as an anonymous identifier to account for duplicate feedback entries and to see people specific preferences.