arduino / actions

Collection of custom Github actions
Other
34 stars 6 forks source link

libraries/report-size-deltas: use consistent folder structure #79

Closed per1234 closed 4 years ago

per1234 commented 4 years ago

The other two Python-based actions keep the Python project in a subfolder. This provides a clear separation between the Python project and the GitHub Actions action-specific components. This convention was previously not followed by the report-size-deltas action.

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##            master       #79    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            2         2            
  Lines         1403       626   -777     
==========================================
- Hits          1403       626   -777     
Impacted Files Coverage Δ
...t-size-deltas/reportsizedeltas/reportsizedeltas.py 100.00% <ø> (ø)
...as/reportsizedeltas/tests/test_reportsizedeltas.py 100.00% <ø> (ø)
...ples/compilesketches/tests/test_compilesketches.py
...ompile-examples/compilesketches/compilesketches.py

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 38b44d3...bba09a2. Read the comment docs.